We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
N/A
latest master (checkout manually)
yes
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"); }
No response
The text was updated successfully, but these errors were encountered:
Hello @ScriptNewbie, thanks for the issue.
@PilnyTomas Can you please test and verify mentioned example? Thanks!
Sorry, something went wrong.
Yes, you are right. Thank you for spotting this. I have created a PR solving this: #8513
PilnyTomas
No branches or pull requests
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
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: