-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello
I'm using the TarGzUnpacker class and the tarGzStreamUpdater method.
The .tar.gz file that I store in SPIFFS contains the spiffs.bin update files, firmware.bin and additionally I have to include the package.json file (for my own purposes). Without a package.json file, the update works fine. However, if the file is attached, the firmware.bin batch is updated correctly. The spiffs.bin batch is skipped.
I tried to rename the "package.json" file to the name "zpackage.json" (to change the order of files in the package - but in the final version the file name MUST be package.json). This seems to solve the problem. However, there are errors and warnings in the debug.
I also tried to use the setTarIncludeFilter method, but that also did not improve.
Is there any other way to update in my case (i.e. with an additional package.json file)?
Thanks in advance for all the tips.
Greetings