Skip to content
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

Update 'esp8266' libraries with Arduino OTA changes to end over-the-air update services #4

Closed
ajschwieterman opened this issue Nov 27, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ajschwieterman
Copy link
Owner

ajschwieterman commented Nov 27, 2022

The pull request was completed after v3.0.2 was released. Uncomment this section of code when new release is available.

ajschwieterman added a commit that referenced this issue Nov 27, 2022
Fixed a bug where a software reset would occur at unannounced times.  This is believed to be caused by the OTA service running without the 'handle' function being called during other modes.  This fix does not start the OTA service until programming mode is entered.  A future addition will be required to end the OTA service when exiting programming mode.

#4
@ajschwieterman ajschwieterman self-assigned this Jan 2, 2023
@ajschwieterman ajschwieterman added the bug Something isn't working label Jan 2, 2023
@ajschwieterman
Copy link
Owner Author

Removed OTA functionality in this commit.
6c124d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant