Increase WiFi Portal timeout

This commit is contained in:
Djuri Baars 2023-10-07 10:58:31 +02:00
parent df8a39fd26
commit 8c608eb164

View File

@ -138,7 +138,7 @@ void setupWifi()
setupSoftAP(); setupSoftAP();
wm.setConfigPortalTimeout(180); wm.setConfigPortalTimeout(600);
wm.setAPCallback([&](WiFiManager *wifiManager) wm.setAPCallback([&](WiFiManager *wifiManager)
{ {
showSetupQr(softAP_SSID, softAP_password); showSetupQr(softAP_SSID, softAP_password);