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

Need help testing the new function tarGzStreamUpdater( Stream *stream ); #23

Closed
tobozo opened this issue Feb 12, 2021 · 0 comments
Closed
Labels
help wanted Extra attention is needed

Comments

@tobozo
Copy link
Owner

tobozo commented Feb 12, 2021

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 :-)

@tobozo tobozo added the help wanted Extra attention is needed label Feb 12, 2021
@tobozo tobozo closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant