From 68b8c489b270a4802f7707bd1b037882253fc3e6 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Sun, 19 Jul 2020 15:04:15 -0700 Subject: [PATCH] increase HTTPD stack size to 6k --- components/wifi-manager/wifi_manager_http_server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wifi-manager/wifi_manager_http_server.c b/components/wifi-manager/wifi_manager_http_server.c index 865bdb62..be0b879d 100644 --- a/components/wifi-manager/wifi_manager_http_server.c +++ b/components/wifi-manager/wifi_manager_http_server.c @@ -132,6 +132,7 @@ esp_err_t http_server_start() config.max_uri_handlers = 25; config.max_open_sockets = 8; config.uri_match_fn = httpd_uri_match_wildcard; + config.stack_size = 6*1024; //todo: use the endpoint below to configure session token? // config.open_fn