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
As a followup to this esp32-FOTA thread, I'm currently testing a new feature on the main branch.
This function accepts a .tar.gz file or http stream containing binaries for OTA and/or SPIFFS partitions, and uses the UpdateClass to overwrite the affected partitions. The main example of this library has been adapted to test this function and requires the .tar.gz file to be read from the SD Card but can easily be adapted to work with HTTP(s) streams.
I only have tested a couple of use-cases so far, and I'm sure I've missed a lot of real world problems, any kind of feedback is more than welcome :-)
The text was updated successfully, but these errors were encountered:
As a followup to this esp32-FOTA thread, I'm currently testing a new feature on the main branch.
This function accepts a
.tar.gz
file or http stream containing binaries for OTA and/or SPIFFS partitions, and uses the UpdateClass to overwrite the affected partitions. The main example of this library has been adapted to test this function and requires the.tar.gz
file to be read from the SD Card but can easily be adapted to work with HTTP(s) streams.I only have tested a couple of use-cases so far, and I'm sure I've missed a lot of real world problems, any kind of feedback is more than welcome :-)
The text was updated successfully, but these errors were encountered: