From 9f6522a7564b3fda3abdf3b63f390de9377d574c Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 4 Dec 2021 19:20:20 -0800 Subject: [PATCH] SoftAP doesn't always start #954 --- src/mesh/http/WiFiAPClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/http/WiFiAPClient.cpp b/src/mesh/http/WiFiAPClient.cpp index 5eee529f..9967c67b 100644 --- a/src/mesh/http/WiFiAPClient.cpp +++ b/src/mesh/http/WiFiAPClient.cpp @@ -271,7 +271,7 @@ static void WiFiEvent(WiFiEvent_t event) break; case SYSTEM_EVENT_AP_START: DEBUG_MSG("WiFi access point started\n"); - Serial.println(WiFi.softAPIP()); + //Serial.println(WiFi.softAPIP()); onNetworkConnected(); break; case SYSTEM_EVENT_AP_STOP: