-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: ExampleIssue is related to specific example.Issue is related to specific example.
Description
Board
N/A
Device Description
N/A
Hardware Configuration
N/A
Version
latest master (checkout manually)
IDE Name
N/A
Operating System
N/A
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
There is bug in https://github.com/espressif/arduino-esp32/blob/master/libraries/HTTPUpdateServer/examples/WebUpdater/WebUpdater.ino
MDNS is initialised twice - first properly with "host" variable, but right after again.
MDNS.begin(host);
if (MDNS.begin("esp32")) {
Serial.println("mDNS responder started");
}
Sketch
N/A
Debug Message
N/A
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Type: ExampleIssue is related to specific example.Issue is related to specific example.