-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Fix ESP32-Solo WDT on HTTP OTA update #5426
Conversation
I wonder if this would work just as well to prevent WDT timeouts? I use this in a couple of background threads. |
👋 Hello arendst, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@arendst Please sign the CLA |
Hello @arendst, can you please sign CLA so we can merge this PR. Thanks a lot! |
ESP32-Solo without these changes will report below on executing HTTP OTA update:
With these changes HTTP OTA update finish succesfully.
(Tested with Tasmota on ESP32-Solo-1)