mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-16 12:02:07 +02:00
Fixed comment with correct FQDN (#4152)
This commit is contained in:
@ -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")) {
|
||||
|
Reference in New Issue
Block a user