bluetooth integration start

This commit is contained in:
Bogdan Pilyugin 2023-10-21 16:13:24 +02:00
parent 8dd3f1bdac
commit 05856eb53e

View File

@ -429,8 +429,8 @@ static httpd_handle_t start_webserver(void)
config.lru_purge_enable = true; config.lru_purge_enable = true;
config.uri_match_fn = httpd_uri_match_wildcard; config.uri_match_fn = httpd_uri_match_wildcard;
config.max_open_sockets = 5; config.max_open_sockets = 5;
config.max_resp_headers = 6; config.max_resp_headers = 10;
config.max_uri_handlers = 6; config.max_uri_handlers = 10;
config.stack_size = (4096 + 2048); config.stack_size = (4096 + 2048);
// Start the httpd server // Start the httpd server