increase HTTPD stack size to 6k

This commit is contained in:
Philippe G
2020-07-19 15:04:15 -07:00
parent a9cfecfc91
commit 68b8c489b2

View File

@@ -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