increase time before restarting into wifimanager mode

This commit is contained in:
technyon
2022-04-09 12:03:21 +02:00
parent 9adfb6a717
commit db25687c76

View File

@@ -57,7 +57,7 @@ void WebCfgServer::initialize()
String response = "";
buildConfirmHtml(response, "Restarting. Connect to ESP access point to reconfigure WiFi.", 0);
server.send(200, "text/html", response);
waitAndProcess(1000);
waitAndProcess(2000);
_network->restartAndConfigureWifi();
});
server.on("/method=get", [&]() {