Enthernet Code
Enthernet Code
DIIDevHeads IoT Integration Server
Created by te0 on 7/30/2024 in #edge-networking
How to send HTML page from a Web Server asynchronously in ESP-IDF?
Hi @te0 To serve an HTML page from an ESP32 web server, you should use a standard HTTP response instead of a WebSocket function. The httpd_ws_send_data_async function you mentioned is designed for WebSocket data, not for serving web pages.
11 replies