I'm using the Arduino IDE with an ESP32, and transferring some data files over bluetooth, to be stored on a ffat partition. It would really help if I can could transfer my several data files as a single compressed file and then uncompress them, but so far I haven't had any luck with zlib:
Has anyone been able to compile that on an ESP32? Or any advice for a different library?
Thanks for any help.