Updates for ESP32

This commit is contained in:
Magnus Persson
2022-01-22 09:53:08 +01:00
parent 767988a7c5
commit 7b4e95b5ad
5 changed files with 42 additions and 9 deletions

View File

@ -198,7 +198,6 @@ bool WifiConnection::waitForConnection(int maxTime) {
return false; // Return to main that we have failed to connect.
}
}
Serial.print(CR);
Log.notice(F("WIFI: Connected to wifi ip=%s." CR), getIPAddress().c_str());
Log.notice(F("WIFI: Using mDNS name %s." CR), myConfig.getMDNS());