[Question] ESP32: Compress files in Data to GZip before upload possible to SPIFFS?

Nice work! :slight_smile:

There is this article about gzipping files before upload, but it uses gulp, which to my mind isn’t has compact and portable as using gzip /w python. On the other hand, it can do a lot more than just gzip, but I don’t think ‘minifying’ the code first would make it much, if any, smaller when gzipped…