StarLine ignore

This commit is contained in:
gid9798
2023-04-04 22:42:55 +03:00
parent b122db27cc
commit 1923c15907
4 changed files with 49 additions and 0 deletions

View File

@@ -35,6 +35,12 @@ typedef enum {
SubGhzSpeakerStateEnable,
} SubGhzSpeakerState;
/** SubGhzStarLineIgnore state */
typedef enum {
SubGhzStarLineIgnoreDisable,
SubGhzStarLineIgnoreEnable,
} SubGhzStarLineIgnoreState;
/** SubGhzRxKeyState state */
typedef enum {
SubGhzRxKeyStateIDLE,