You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @johnboiles
I've updated the develop branch.
I've changed the names of symbols in the miniz, so I hope they won't conflict with miniz from other projects.
If there are no problems, this will be reflected in the next release.
miniz
is vendor'd into this repo, causing duplicate symbol linker errors ifM5GFX
is used in projects that already useminiz
.Not sure on the best way to handle this. Here are some options:
miniz.c
(assumes symbols will come from somewhere else)miniz.c
so they don't conflict with other projects usingminiz
I'm running into this specifically in an esp-idf project where I have a
miniz
component already.The text was updated successfully, but these errors were encountered: