1.0.2-beta
Added tarGzStreamUpdater( Stream* stream ) support for ESP32 only, the API is also exposed for ESP8266 but untested as it makes no sense to use externally what's already provided internally by the sdk core.
tarGzStreamUpdater() will find and extract binaries from a .tar.gz archive to OTA and/or SPIFFS/LITTLEFS partitions using the UpdateClass from the ESP32 Arduino core.
The .tar.gz file should contain at least one of the binaries for the compiled application and/or the spiffs/littlefs partition.
File naming requirements
- Archive must be
.tar.gz - Application binary file name must end with
ino.bin - Spiffs binary file name must end with
spiffs.binormklittlefs.bin
