Skip to content
Snippets Groups Projects
Commit a2217733 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Increase Wifi Setup Time

parent 7ed70d7e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
WiFi.softAP(ssid, password); WiFi.softAP(ssid, password);
WiFi.softAPConfig(local_ip, gateway, subnet); WiFi.softAPConfig(local_ip, gateway, subnet);
delay(100); delay(5000);
server.on("/", [this](){this->pageIndex();} ); server.on("/", [this](){this->pageIndex();} );
server.on("/measure", [this](){this->pageMeasure();}); server.on("/measure", [this](){this->pageMeasure();});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment