-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul D.Smith
committed
Dec 29, 2023
1 parent
9cea655
commit 9c980a3
Showing
9 changed files
with
155 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
typedef enum { | ||
CS_APP_EVENT_FACTORY_RESET, /*!< Reset everything! */ | ||
CS_APP_EVENT_ZIGBEE_RESET, /*!< Reset ZigBee (new join). */ | ||
CS_APP_EVENT_KEY_ACTION, /*!< Reset everything! */ | ||
} cs_app_event_t; | ||
|
||
ESP_EVENT_DECLARE_BASE(CS_APP_EVENT); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.