Skip to content

Bug in WebUpdater example. #8186

New issue

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

Closed
1 task done
ScriptNewbie opened this issue May 10, 2023 · 2 comments
Closed
1 task done

Bug in WebUpdater example. #8186

ScriptNewbie opened this issue May 10, 2023 · 2 comments
Assignees
Labels
Type: Example Issue is related to specific example.

Comments

@ScriptNewbie
Copy link

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.
@ScriptNewbie ScriptNewbie added the Status: Awaiting triage Issue is waiting for triage label May 10, 2023
@VojtechBartoska VojtechBartoska added Type: Example Issue is related to specific example. and removed Status: Awaiting triage Issue is waiting for triage labels May 11, 2023
@VojtechBartoska
Copy link
Contributor

Hello @ScriptNewbie, thanks for the issue.

@PilnyTomas Can you please test and verify mentioned example? Thanks!

@PilnyTomas
Copy link
Contributor

Yes, you are right. Thank you for spotting this.
I have created a PR solving this: #8513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Example Issue is related to specific example.
Projects
None yet
Development

No branches or pull requests

3 participants