Unverified Commit 93d850f7 authored by Dan Head's avatar Dan Head Committed by GitHub

Fixed comment with correct FQDN (#4152)

parent 4f48caca
...@@ -47,7 +47,7 @@ void setup(void) ...@@ -47,7 +47,7 @@ void setup(void)
// Set up mDNS responder: // Set up mDNS responder:
// - first argument is the domain name, in this example // - first argument is the domain name, in this example
// the fully-qualified domain name is "esp8266.local" // the fully-qualified domain name is "esp32.local"
// - second argument is the IP address to advertise // - second argument is the IP address to advertise
// we send our IP address on the WiFi network // we send our IP address on the WiFi network
if (!MDNS.begin("esp32")) { if (!MDNS.begin("esp32")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment