SoftAP doesn't always start #954

This commit is contained in:
Jm Casler 2021-12-04 19:20:20 -08:00
parent 09b467ce7c
commit 9f6522a756

View File

@ -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: