-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
example-1 not working in ESP32 - compression failed #277
Comments
Could u solved? I'm encountering same problem. |
I think you have to use an old version from code.google.com/p/miniz to match the signature of the functions included in the ROM. |
Hi, did you ever find a solution? |
Hello all, I would also need the solution. |
i found this, will test very soon, https://github.com/nopnop2002/esp-idf-zlib.git |
Just gave up, been trying for days now. absolutely NOTHING i tried has been able to compress a 32kb file. even using the exact same examples. If you ever find a solution i'd love to hear. |
Hello my friend, After 2 full days of struggle I found the solution to compress files in case of ESP. I spent most of my time installing and configuring the library, but it works now. First of all, forget the miniz library and use zlib. Try it step by step:
If you have any questions feel free to write! |
Thanks very much for the response! i will try it! :) |
Hi,
I'm trying to run example1 with miniz version 2.0.2 for matching my esp idf component miniz version (9.1.15) but I got compression failed how to fix it?
esp idf log :
miniz.c version: 9.1.15
compress() failed!
Does anyone have any idea about the proper integration of miniz to esp32? (esp idf version 4.4.1)
The text was updated successfully, but these errors were encountered: