mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Show the FQDN for mDNS
This commit is contained in:
parent
445a3b1351
commit
2d7671f008
@ -117,7 +117,7 @@ int init_mdns(const char *host) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Serial.printf("mDNS started : %s\r\n", host);
|
||||
Serial.printf("mDNS started : %s.local\r\n", host);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user