diff options
Diffstat (limited to 'main/captive_portal.c')
| -rw-r--r-- | main/captive_portal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/captive_portal.c b/main/captive_portal.c index fc21d09..ed14c38 100644 --- a/main/captive_portal.c +++ b/main/captive_portal.c | |||
| @@ -313,7 +313,6 @@ esp_err_t captive_portal_start(const char *ap_ip_str) | |||
| 313 | httpd_config_t config = HTTPD_DEFAULT_CONFIG(); | 313 | httpd_config_t config = HTTPD_DEFAULT_CONFIG(); |
| 314 | config.stack_size = 16384; | 314 | config.stack_size = 16384; |
| 315 | config.max_uri_handlers = 20; | 315 | config.max_uri_handlers = 20; |
| 316 | config.max_open_sockets = 2; | ||
| 317 | config.uri_match_fn = httpd_uri_match_wildcard; | 316 | config.uri_match_fn = httpd_uri_match_wildcard; |
| 318 | 317 | ||
| 319 | esp_err_t ret = httpd_start(&s_server, &config); | 318 | esp_err_t ret = httpd_start(&s_server, &config); |