This commit is contained in:
Proddy
2023-12-31 13:57:43 +01:00
parent 8bdd01f73f
commit 7b96baa9b8
6 changed files with 24 additions and 21 deletions

View File

@@ -1435,7 +1435,9 @@ void EMSESP::setupWeb() {
// esp8266React services has 13
// custom projects has around 23
webServer.config.max_uri_handlers = 80;
// webServer.config.uri_match_fn = NULL;
// webServer.config.uri_match_fn = NULL; // don't use wildcards
// webServer.config.task_priority = uxTaskPriorityGet(nullptr); // seems to make it slightly slower
// TODO add support for https
webServer.listen(80); // start the web server