Fix ArduinoOTA and put OTA setup in dedicated function #2

Open
Lomanic wants to merge 1 commits from Lomanic/PiedThon:arduinoota-fix into master
Contributor
No description provided.
Author
Contributor

Don't merge right now, this might not be a proper fix, as mDNS should already be handled by ArduinoOTA.handle(). It looks like some weird bug like esp8266/Arduino#6205. To be tested on another webduino maybe?

Don't merge right now, this might not be a proper fix, as mDNS should already be handled by [`ArduinoOTA.handle()`](https://github.com/esp8266/Arduino/blob/ec7ae4ed44d82c411100e01de67bc4902b5276b1/libraries/ArduinoOTA/ArduinoOTA.cpp#L370). It looks like some weird bug like [esp8266/Arduino#6205](https://github.com/esp8266/Arduino/issues/6205). To be tested on another webduino maybe?
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Lomanic-arduinoota-fix master
git pull arduinoota-fix

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Lomanic-arduinoota-fix
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jeanjack/PiedThon#2
No description provided.