From 1ae4a538f50cebac5b13e8fcaff4bac123b5cb51 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 13 May 2026 06:44:51 -0500 Subject: [PATCH] Trunk --- src/mesh/wifi/WiFiAPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/wifi/WiFiAPClient.cpp b/src/mesh/wifi/WiFiAPClient.cpp index f1c9f888a..9930d0a55 100644 --- a/src/mesh/wifi/WiFiAPClient.cpp +++ b/src/mesh/wifi/WiFiAPClient.cpp @@ -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 } }