Added mDNS name at startup to identify device easier
This commit is contained in:
parent
2cedab0250
commit
a6e265dc48
@ -106,6 +106,7 @@ bool Wifi::connect( bool showPortal ) {
|
|||||||
Serial.print( CR );
|
Serial.print( CR );
|
||||||
connectedFlag = true;
|
connectedFlag = true;
|
||||||
Log.notice(F("WIFI: Connected to wifi ip=%s." CR), getIPAddress().c_str() );
|
Log.notice(F("WIFI: Connected to wifi ip=%s." CR), getIPAddress().c_str() );
|
||||||
|
Log.notice(F("WIFI: Using mDNS name %s%s." CR), myConfig.getMDNS() );
|
||||||
return connectedFlag;
|
return connectedFlag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user