Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
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);“`
CONTRIBUTE TO THIS THREAD