From 57370dd68fc1c66005035756ebb76f15416f2104 Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:22:21 +0000 Subject: [PATCH] wip --- .../all-clusters-app/linux/include/CHIPProjectAppConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h index 0285563216e706..a8a4c6ec07924a 100644 --- a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h +++ b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h @@ -51,3 +51,7 @@ // Claim a device type while advertising that matches the device type on our // endpoint 1. 0x0101 is the "Dimmable Light" device type. #define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0x0101 + +#define CHIP_CONFIG_TC_REQUIRED (1) +#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 1 +#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 1 \ No newline at end of file