Skip to content

Releases: tobozo/ESP32-targz

0.2.0

08 Nov 22:03
8de805b
Compare
Choose a tag to compare

In this release:

  • bugfix (#8) where gzUpdater was crashing (thanks to @scubachristopher for reporting this).
  • temporary downgrade of tarGzExpander now using an intermediary file until gzStream->tarStream gets fixed
  • error reporting was slightly improved and is now throwing much less false positives.

Maintenance release

20 Sep 16:58
Compare
Choose a tag to compare

Added getGzBufferUint8() to make this 4KB stream buffer available outside the library scope, so they're not completely wasted.

Bugfix

17 Jun 01:16
Compare
Choose a tag to compare

This release fixes a bug where the file name wasn't correctly extracted when untarring multiple files.

Dual ESP32 / ESP8266 Support

08 Feb 19:52
4e38b15
Compare
Choose a tag to compare

Bugfixes:

  • Untar: was only unpacking the first file
  • Crashes and memory leaks: when using free() instead of delete()
  • Path truncation: at 32 chars on SPIFFS in Unpack_tar example

Refactor

  • Library now properly distributed in .h + .cpp files and has an inclusion guard
  • More verbosity for untar
  • Directory listing functions differ for ESP8266 and ESP32

Support

  • On ESP8266 this library supports the following filesystems SDFS, SPIFFS, LittleFS
  • On ESP32 this library supports the following filesystems SD, SD_MMC, SPIFFS

initial release

26 Jan 00:27
Compare
Choose a tag to compare
0.0.1

Added examples