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