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
Hi, I got the S3 update program working. But problem is that the ESP32 remains in an endless loop updating it's firmware and restarting.
I see some examples on the web that use MQTT command to control the update, but that adds again complexity.
Could the ESP periodically (and after reboot) download the latest version and compare it with the active OTA? for example compare MD5 calculation of both OTA's?
or any better idea's?
The text was updated successfully, but these errors were encountered:
ah, great.
Noob question: Why is the library 'httpupdate' (and some other new libraries) not added to my local library folder when I do the ESP32-core update?
via GIT GUI I do 'fetch from origin'
then I execute the 'get.exe' script from the 'tools' folder
my library folder only contains 17 items, the repository contains 25 already
Hi, I got the S3 update program working. But problem is that the ESP32 remains in an endless loop updating it's firmware and restarting.
I see some examples on the web that use MQTT command to control the update, but that adds again complexity.
Could the ESP periodically (and after reboot) download the latest version and compare it with the active OTA? for example compare MD5 calculation of both OTA's?
or any better idea's?
The text was updated successfully, but these errors were encountered: