Updates for ESP32
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user