We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92c58d commit d26f1a6Copy full SHA for d26f1a6
libraries/ESPmDNS/examples/mDNS_Web_Server/mDNS_Web_Server.ino
@@ -47,7 +47,7 @@ void setup(void)
47
48
// Set up mDNS responder:
49
// - first argument is the domain name, in this example
50
- // the fully-qualified domain name is "esp8266.local"
+ // the fully-qualified domain name is "esp32.local"
51
// - second argument is the IP address to advertise
52
// we send our IP address on the WiFi network
53
if (!MDNS.begin("esp32")) {
0 commit comments