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
refactor(BLE): simplify setValue() for primitive types
ESP32 is little-endian architecture, so the code that filled
temporary arrays created from integers basically did nothing.
Pass primitives as 'buffers' to generic `setValue()` instead.
Also use sizeof() instead of hardcoded sizes as the argument.
0 commit comments