Fixed comment with correct FQDN (#4152)

This commit is contained in:
Dan Head 2020-10-01 05:51:36 -05:00 committed by GitHub
parent 4f48caca2c
commit 93d850f783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ void setup(void)
// Set up mDNS responder:
// - 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
// we send our IP address on the WiFi network
if (!MDNS.begin("esp32")) {