tobozo / ESP32-targz

🗜️ An Arduino library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266
Other
117 stars 15 forks source link

Extract .zip #58

Closed fedy0 closed 1 year ago

fedy0 commented 1 year ago

Can this be used to extract .zip archive?

tobozo commented 1 year ago

hi, thanks for your feedback

unfortunately this library doesn't support zip files, only tar, gz and tar+gz files

the reason zip decompression isn't supported is that it requires more memory than the ESP32 and ESP8266 can provide

closing this as answered