#37 mDNS service added

pull/1/head
Thomas Ballmann 4 years ago
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…
Cancel
Save