Skip to content

Bug in WebUpdater example. #8186

Closed
Closed
@ScriptNewbie

Description

@ScriptNewbie

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions