Search found 1 match

by ipgdbali
Tue Jan 02, 2024 11:08 am
Forum: ESP-IDF
Topic: Let esp_http_server running another handler while infinite loop
Replies: 1
Views: 1054

Let esp_http_server running another handler while infinite loop

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