Using async web server with esp32 and autoconnect #351
Replies: 2 comments 1 reply
-
This topic continues in the Discussions. |
Beta Was this translation helpful? Give feedback.
-
ESP8266WebServer(also WebServer for ESP32) and ESPAsyncWebServer cannot coexist at the same time. If you use ESPAsyncWebServer, AutoConnect must support it too. Speaking from the implementation experience, I think that you will be forced to at least the following problem to be solved.
Refs. Hieromon/PageBuilder#12 If you just want to refresh the measured temperature display, I recommend using WebSocket or Ajax to asynchronize the web page. AutoConnect uses Ajax to asynchronously update the OTA progress bar. It will be helpful to you.
|
Beta Was this translation helpful? Give feedback.
-
I am trying to have the temperature auto-refresh. How can I use an async webserver?
Beta Was this translation helpful? Give feedback.
All reactions