1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

no need for the IP

This commit is contained in:
John Doe 2015-06-29 02:42:54 +03:00
parent 25aa2cdc08
commit 148ec5579f

View File

@ -50,7 +50,7 @@ void setup(void)
// the fully-qualified domain name is "esp8266.local"
// - second argument is the IP address to advertise
// we send our IP address on the WiFi network
if (!MDNS.begin("esp8266", WiFi.localIP())) {
if (!MDNS.begin("esp8266")) {
Serial.println("Error setting up MDNS responder!");
while(1) {
delay(1000);