diff --git a/cc25xx-8051-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/ir_decoder/src/include/ir_decode.h b/cc25xx-8051-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/ir_decoder/src/include/ir_decode.h index 4ebe0c7..5d8c598 100644 --- a/cc25xx-8051-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/ir_decoder/src/include/ir_decode.h +++ b/cc25xx-8051-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/ir_decoder/src/include/ir_decode.h @@ -214,6 +214,7 @@ typedef enum REMOTE_CATEGORY_BSTB = 11, REMOTE_CATEGORY_CLEANING_ROBOT = 12, REMOTE_CATEGORY_AREMOTE_CLEANER = 13, + REMOTE_CATEGORY_DYSON = 14, REMOTE_CATEGORY_NEXT, REMOTE_CATEGORY_MAX = 64, } t_remote_category; diff --git a/cc26xx-ARM-Cortex-M3-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/ir_decoder/src/include/ir_decode.h b/cc26xx-ARM-Cortex-M3-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/ir_decoder/src/include/ir_decode.h index 4ebe0c7..5d8c598 100644 --- a/cc26xx-ARM-Cortex-M3-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/ir_decoder/src/include/ir_decode.h +++ b/cc26xx-ARM-Cortex-M3-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/ir_decoder/src/include/ir_decode.h @@ -214,6 +214,7 @@ typedef enum REMOTE_CATEGORY_BSTB = 11, REMOTE_CATEGORY_CLEANING_ROBOT = 12, REMOTE_CATEGORY_AREMOTE_CLEANER = 13, + REMOTE_CATEGORY_DYSON = 14, REMOTE_CATEGORY_NEXT, REMOTE_CATEGORY_MAX = 64, } t_remote_category;