From cd21b49e8cd77d0c5a0e89f3d2ad1ec789982aaf Mon Sep 17 00:00:00 2001 From: Samuel Hedrick Date: Sun, 19 Feb 2023 16:22:46 -0600 Subject: [PATCH] Added BLE characteristic - PD VPDOs Enabled --- source/Core/BSP/Pinecilv2/ble_characteristics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/ble_characteristics.h b/source/Core/BSP/Pinecilv2/ble_characteristics.h index fb8d39a3..a782e6c8 100644 --- a/source/Core/BSP/Pinecilv2/ble_characteristics.h +++ b/source/Core/BSP/Pinecilv2/ble_characteristics.h @@ -88,5 +88,6 @@ #define BT_UUID_CHAR_BLE_SETTINGS_VALUE_35 BT_UUID_DECLARE_16(35) #define BT_UUID_CHAR_BLE_SETTINGS_VALUE_36 BT_UUID_DECLARE_16(36) #define BT_UUID_CHAR_BLE_SETTINGS_VALUE_37 BT_UUID_DECLARE_16(37) +#define BT_UUID_CHAR_BLE_SETTINGS_VALUE_38 BT_UUID_DECLARE_16(37) -#endif \ No newline at end of file +#endif