Skip to content

1.0.2-beta

Choose a tag to compare

@tobozo tobozo released this 15 Feb 11:52
· 186 commits to master since this release
0c98a84

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.

image

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.bin or mklittlefs.bin