Let esp_http_server running another handler while infinite loop
Posted: Tue Jan 02, 2024 11:08 am
I'm streamming MJPEG with esp_http_server.h.
Within one of its handler I make an infinite loop ( while(true) ).
I want to process another handler while in infinitive loop.
How to do that ?
Thanks
Within one of its handler I make an infinite loop ( while(true) ).
I want to process another handler while in infinitive loop.
How to do that ?
Thanks