Show the FQDN for mDNS

This commit is contained in:
Scott Baker 2019-03-18 11:33:52 -07:00
parent 445a3b1351
commit 2d7671f008

View File

@ -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;
}