mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
#37 mDNS service added
This commit is contained in:
parent
ff2cf9e5c7
commit
82557e4af4
@ -76,6 +76,10 @@ void initClientMode(const char *ssid, const char *password)
|
||||
Serial.println("Error setting up MDNS responder!");
|
||||
}
|
||||
|
||||
// Add service to MDNS-SD
|
||||
MDNS.addService("http", "tcp", 80);
|
||||
MDNS.addServiceTxt("http", "tcp", "epd", "yes");
|
||||
|
||||
Serial.print(" connected in: ");
|
||||
Serial.println(millis() - startMills);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user