You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and courtesy
I have a question :
When I update the firmware through this library, it is reset once by esp library and the new program received from the server is executed, but after the micro power is disconnected and connected once, the same firmware update program is executed again. Any new program that has already been downloaded will be lost.
What is the solution to this issue?
The text was updated successfully, but these errors were encountered:
usually when an unintended rollback happens after an OTA update, this means the new firmware is invalid
you can prevent the automatic restart (and the console flood that follows) by setting the second argument of execOTA() to false, this will let you read the actual error message.
Hello and courtesy
I have a question :
When I update the firmware through this library, it is reset once by esp library and the new program received from the server is executed, but after the micro power is disconnected and connected once, the same firmware update program is executed again. Any new program that has already been downloaded will be lost.
What is the solution to this issue?
The text was updated successfully, but these errors were encountered: