Skip to content

Commit 93d850f

Browse files
authored
Fixed comment with correct FQDN (espressif#4152)
1 parent 4f48cac commit 93d850f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESPmDNS/examples/mDNS_Web_Server/mDNS_Web_Server.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void setup(void)
4747

4848
// Set up mDNS responder:
4949
// - first argument is the domain name, in this example
50-
// the fully-qualified domain name is "esp8266.local"
50+
// the fully-qualified domain name is "esp32.local"
5151
// - second argument is the IP address to advertise
5252
// we send our IP address on the WiFi network
5353
if (!MDNS.begin("esp32")) {

0 commit comments

Comments
 (0)