vortigont / esp32-flashz

zlib compressed OTA firmware update for ESP32. Implements on-the-fly OTA images decompression on upload/flashing
GNU General Public License v2.0
30 stars 4 forks source link

BLEOTA with FlashZ lib #16

Open gb88 opened 4 weeks ago

gb88 commented 4 weeks ago

Thanks for the great work on FlashZ lib i use it to add decompress zlib packed stream on the fly during OTA with BLE interface, is still experimental, you can find it in the decompression branch here

vortigont commented 4 weeks ago

Hey! That's a really nice lib you've made! It could benefit from a compression a lot! Have you done any changes in my lib to adopt it to BLEOTA that should be added to flashz? I will add a reference to your project in readme Thanks!

gb88 commented 3 weeks ago

Hi, I didn't change anything, maybe in the future I will integrate in the update class the signature checking, but for now I just copy and paste your files. Thanks!