atomicobject / heatshrink

data compression library for embedded/real-time systems
ISC License
1.31k stars 176 forks source link

Add option to override heatshrink configuration #64

Closed ajaybhargav closed 3 years ago

ajaybhargav commented 3 years ago

Currently its impossible to change heatshrink compression configuration wihout touching the library header files. This patch makes it possible for configuration which can be configured at compilation time without having to touch the library. Which makes it easier to keep it sync with github source without modifying the actual source.

Signed-off-by: Ajay Bhargav contact@rickeyworld.info

ajaybhargav commented 3 years ago

Thanks. Credits are kind of tasty treats you get back when you work in opensource environment 😄

ajaybhargav commented 3 years ago

@silentbicycle when are you planning to merge this? Hope the repository gets updated soon. It's really important since I am using dirty version in my project.

silentbicycle commented 3 years ago

Probably in the next week or two, when I'm back from vacation. I was waiting to meet with someone who is working on other contributions, but those changes are more substantial, so I will probably do a bugfix point release to merge this and some other changes first.