TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

attribute_handle<> might cost ~600 byte flash memory #55

Open TorstenRobitzki opened 3 years ago

TorstenRobitzki commented 3 years ago

The new attribute_handle<> feature costs ~600 bytes in flash if applied on a small size example, even when the feature is not used. Maybe it is possible to create some short cuts that can be used when the feature is not used.