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
What would be great is to create a SPIFFS image from the content of a ZIP file. The value in this would be that I could create a ZIP of what my file system contains and then as part of my build process, the tool could create the image from the ZIP. The ZIP then becomes a source of "truth" of what is in my file system and can be managed as a unit.
The text was updated successfully, but these errors were encountered:
Currently I use bash tools to unzip a zip file to a temp dir and feeding this to mkspiffs during the build. But being able to use zip files directly would be nice.
Are there any preferences regarding the zip Library being used? I used https://libzip.org in other projects which worked well.
This is a suggestion rather than an issue ....
What would be great is to create a SPIFFS image from the content of a ZIP file. The value in this would be that I could create a ZIP of what my file system contains and then as part of my build process, the tool could create the image from the ZIP. The ZIP then becomes a source of "truth" of what is in my file system and can be managed as a unit.
The text was updated successfully, but these errors were encountered: