From db25687c76725ca3b3879bfbbdfb44de46721735 Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 9 Apr 2022 12:03:21 +0200 Subject: [PATCH] increase time before restarting into wifimanager mode --- WebCfgServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 054bfcb..fa5eaa7 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -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", [&]() {