ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
14 stars 6 forks source link

Make more features compile-time configurable to minimize code size #16

Closed martinjaeger closed 3 years ago

martinjaeger commented 3 years ago

Not all devices will need e.g. binary string or decimal fraction support. If this can be disabled at compile-time (as it is the case for 64-bit variables), the footprint can be reduced significantly.

martinjaeger commented 3 years ago

Implemented in PR #17.