Skip to content

Commit

Permalink
updated EVT_ID thanks to @Anton_ACE
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Apr 22, 2021
1 parent bc3f698 commit c833dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/zcl_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c833dc4

Please sign in to comment.