This commit is contained in:
Ben Meadors
2026-05-13 09:27:05 -05:00
parent c756bbe2c1
commit 1ae4a538f5
+1 -1
View File
@@ -292,7 +292,7 @@ static int32_t reconnectWiFi()
return 1000; // check once per second return 1000; // check once per second
} else { } else {
onNetworkConnected(); // will only do anything once (guarded by APStartupComplete) onNetworkConnected(); // will only do anything once (guarded by APStartupComplete)
return 300000; // every 5 minutes return 300000; // every 5 minutes
} }
} }