Releases: vortigont/esp32-flashz
Releases · vortigont/esp32-flashz
Release v1.1.4
Rel. v1.1.3
- example for on-the-fly compression via pako.js lib
- make examples more CI friendly
- minor cleanup
Rel v1.1.2
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
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
Full Changelog: v1.1.0...v1.1.1
v 1.1.0 (2022-07-12)
- ESP32 WebServer file upload handling
- integrate with http client streamed download
- Stream decompression
- decompressor bug fixes