Skip to content

Commit e9346a6

Browse files
committed
Removed duplicate MDNS.begin() call in example
1 parent e1f1433 commit e9346a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: libraries/HTTPUpdateServer/examples/WebUpdater/WebUpdater.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ void setup(void) {
3333
Serial.println("WiFi failed, retrying.");
3434
}
3535

36-
MDNS.begin(host);
37-
if (MDNS.begin("esp32")) {
36+
if (MDNS.begin(host)) {
3837
Serial.println("mDNS responder started");
3938
}
4039

0 commit comments

Comments
 (0)