include name char
This commit is contained in:
parent
093ce60a9f
commit
da361838d3
1 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
#define BAROS_BLE_SERVICE_BARBACK (0x4400)
|
||||
|
||||
#define BAROS_CHAR_POUR (BAROS_BLE_SERVICE_BARBACK + 1) // 0x4401
|
||||
#define BAROS_CHAR_BUTTON (BAROS_BLE_SERVICE_BARBACK + 2) // 0x4402
|
||||
#define BAROS_CHAR_BUTTON (BAROS_BLE_SERVICE_BARBACK + 1) // 0x4401
|
||||
#define BAROS_CHAR_NAME (BAROS_BLE_SERVICE_BARBACK + 2) // 0x4402
|
||||
#define BAROS_CHAR_POUR (BAROS_BLE_SERVICE_BARBACK + 3) // 0x4403
|
||||
|
||||
typedef enum {
|
||||
BAROS_ROLE_BACK = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue