mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
@ -53,7 +53,6 @@ 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
|
||||
// Note: for AP mode we would use WiFi.softAPIP()!
|
||||
if (!mdns.begin("esp8266", WiFi.localIP())) {
|
||||
Serial.println("Error setting up MDNS responder!");
|
||||
while(1) {
|
||||
|
Reference in New Issue
Block a user