Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit c833dc4

Browse files
committed
updated EVT_ID thanks to @Anton_ACE
1 parent bc3f698 commit c833dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/zcl_app.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ extern "C" {
2121
#define APP_SAVE_ATTRS_EVT 0x0002
2222
#define APP_BTN_CLICK_EVT 0x0004
2323
#define APP_RING_RUN_EVT 0x0008
24-
#define APP_BTN_HOLD_EVT 0x0016
25-
#define APP_RING_STOP_EVT 0x0032
26-
#define APP_TALK_START_EVT 0x0064
24+
#define APP_BTN_HOLD_EVT 0x0010
25+
#define APP_RING_STOP_EVT 0x0020
26+
#define APP_TALK_START_EVT 0x0040
2727

2828
/*********************************************************************
2929
* MACROS

0 commit comments

Comments
 (0)