Merge branch 'master' into issue-919

This commit is contained in:
Jm Casler
2021-11-28 22:36:41 -08:00
committed by GitHub
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);
}