From c833dc48ab71007ac194c61d09fc367b13996a79 Mon Sep 17 00:00:00 2001 From: lost Date: Fri, 23 Apr 2021 01:31:45 +0300 Subject: [PATCH] updated EVT_ID thanks to @Anton_ACE --- Source/zcl_app.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/zcl_app.h b/Source/zcl_app.h index f4bc23f..e494af6 100644 --- a/Source/zcl_app.h +++ b/Source/zcl_app.h @@ -21,9 +21,9 @@ extern "C" { #define APP_SAVE_ATTRS_EVT 0x0002 #define APP_BTN_CLICK_EVT 0x0004 #define APP_RING_RUN_EVT 0x0008 -#define APP_BTN_HOLD_EVT 0x0016 -#define APP_RING_STOP_EVT 0x0032 -#define APP_TALK_START_EVT 0x0064 +#define APP_BTN_HOLD_EVT 0x0010 +#define APP_RING_STOP_EVT 0x0020 +#define APP_TALK_START_EVT 0x0040 /********************************************************************* * MACROS