te0
te0
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?
is it possible to send the HTML page from a Web Server in async mode upon initial client request? tried that and all i get in the browser is the raw HTML script maybe I am using the wrong function :
esp_err_t httpd_ws_send_data_async(httpd_handle_t handle, int socket, httpd_ws_frame_t *frame,transfer_complete_cb callback, void *arg);
esp_err_t httpd_ws_send_data_async(httpd_handle_t handle, int socket, httpd_ws_frame_t *frame,transfer_complete_cb callback, void *arg);
11 replies