Increase WiFi Portal timeout
This commit is contained in:
parent
df8a39fd26
commit
8c608eb164
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user