leka/LekaOS

⚡️ (ble): Use other types than uint8_t for Characteristics

YannLocatelli opened this issue · 0 comments

Current characteristics use uint8_t as type for values, in single value or in array. However converting from other types as Bool, Float or Char can be tedious.

A related issue that is stuck due to this condition is