We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d51c35 commit 760cb5bCopy full SHA for 760cb5b
hardware/esp8266com/esp8266/libraries/ESP8266mDNS/examples/mDNS_Web_Server/mDNS_Web_Server.ino
@@ -50,7 +50,7 @@ void setup(void)
50
// the fully-qualified domain name is "esp8266.local"
51
// - second argument is the IP address to advertise
52
// we send our IP address on the WiFi network
53
- if (!MDNS.begin("esp8266", WiFi.localIP())) {
+ if (!MDNS.begin("esp8266")) {
54
Serial.println("Error setting up MDNS responder!");
55
while(1) {
56
delay(1000);
0 commit comments