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
BLECharacterstic.setValue() overrides to allow additional data types
Revised BLECharacterstic.setValue() to allow additional data types when
setting characterstic values.
Added for uint16_t, uint32_t, int, float, and double.
These data types appear to carry through to iPhone examination of ESP32
BLE transmission.
0 commit comments