diff options
author | Ben V. Brown <[email protected]> | 2022-11-20 17:59:11 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2022-11-20 17:59:11 +1100 |
commit | 60a3f8320ee4dd16dc006430ad83fdb4a2715707 (patch) | |
tree | dc8bbfb37e008d02f1cad19c7c9028a75ec081bc /source/Core/BSP/Pinecilv2/ble_characteristics.h | |
parent | d97313cac8595212a181a3993cde376b9b3944bb (diff) | |
download | IronOS-60a3f8320ee4dd16dc006430ad83fdb4a2715707.tar.gz IronOS-60a3f8320ee4dd16dc006430ad83fdb4a2715707.zip |
Update ble_characteristics.h
Diffstat (limited to 'source/Core/BSP/Pinecilv2/ble_characteristics.h')
-rw-r--r-- | source/Core/BSP/Pinecilv2/ble_characteristics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/BSP/Pinecilv2/ble_characteristics.h b/source/Core/BSP/Pinecilv2/ble_characteristics.h index 63344680..3ad7d7af 100644 --- a/source/Core/BSP/Pinecilv2/ble_characteristics.h +++ b/source/Core/BSP/Pinecilv2/ble_characteristics.h @@ -23,8 +23,8 @@ // f6d75f91-5a10-4eba-a233-47d3f26a907f #define BT_UUID_SVC_SETTINGS_DATA BT_UUID_DECLARE_128(BT_UUID_128_ENCODE(0xf6d75f91, 0x5a10, 0x4eba, 0xa233, 0x47d3f26a907f)) -#define BT_UUID_CHAR_BLE_LIVE_SETPOINT_TEMP BT_UUID_DECLARE_16(0x0001) -#define BT_UUID_CHAR_BLE_LIVE_LIVE_TEMP BT_UUID_DECLARE_16(0x0002) +#define BT_UUID_CHAR_BLE_LIVE_LIVE_TEMP BT_UUID_DECLARE_16(0x0001) +#define BT_UUID_CHAR_BLE_LIVE_SETPOINT_TEMP BT_UUID_DECLARE_16(0x0002) #define BT_UUID_CHAR_BLE_LIVE_DC_INPUT BT_UUID_DECLARE_16(0x0003) #define BT_UUID_CHAR_BLE_LIVE_HANDLE_TEMP BT_UUID_DECLARE_16(0x0004) #define BT_UUID_CHAR_BLE_LIVE_POWER_LEVEL BT_UUID_DECLARE_16(0x0005) |