Skip to content

Releases: vortigont/esp32-flashz

Release v1.1.4

28 May 12:33
Compare
Choose a tag to compare

Adopt arduino-esp32 3.x changes
Thank to @tobozo for contribution.

Rel. v1.1.3

25 Jan 16:18
7279352
Compare
Choose a tag to compare
  • example for on-the-fly compression via pako.js lib
  • make examples more CI friendly
  • minor cleanup

Rel v1.1.2

25 May 02:47
Compare
Choose a tag to compare

minor bugfixes

  • added FZ_NOHTTPCLIENT build-time flag to exclude HTTP Client support and drastically reduce firmware image size
  • more safety for dynamic objects
  • stub for esp32-c3 bootloop

Full Changelog: v1.1.1...v1.1.2

Rel v1.1.1

14 Oct 10:26
Compare
Choose a tag to compare

What's Changed

  • Changed read counter to read timeout by @tobozo in #2
  • free mem if begin failed
  • post_flashz.py script now relies on 'upload_*" project options
  • do not rely on POST body size

New Contributors

  • @tobozo made their first contribution in #2

Full Changelog: v1.1.0...v1.1.1

v 1.1.0 (2022-07-12)

12 Jul 11:14
Compare
Choose a tag to compare
  • ESP32 WebServer file upload handling
  • integrate with http client streamed download
  • Stream decompression
  • decompressor bug fixes