Refactor: Replace single-client WebSocket handling with multi-client support

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-02 15:45:49 +09:00
parent 69276e4627
commit 043028eb96
2 changed files with 54 additions and 67 deletions

View File

@@ -68,6 +68,7 @@ void start_webserver(void)
config.stack_size = 1024 * 8;
config.max_uri_handlers = 10;
config.task_priority = 12;
config.max_open_sockets = 7;
if (httpd_start(&server, &config) != ESP_OK)
{