Fix for: Wifi admin mode no longer works #939

Fix for: Wifi admin mode no longer works #939
This commit is contained in:
Jm Casler
2021-11-28 21:56:34 -08:00
parent d5506bb33c
commit 623b846713
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ static int32_t reconnectWiFi()
if (*wifiName) {
needReconnect = false;
DEBUG_MSG("... Reconnecting to WiFi access point");
DEBUG_MSG("... Reconnecting to WiFi access point\n");
WiFi.mode(WIFI_MODE_STA);
WiFi.begin(wifiName, wifiPsw);
}