Fixed comment with correct FQDN (#4152)
This commit is contained in:
parent
4f48caca2c
commit
93d850f783
@ -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")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user