Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-04-28 21:32:05 +03:00
committed by GitHub
34 changed files with 197 additions and 122 deletions

View File

@@ -42,8 +42,9 @@
typedef enum {
SubGhzNotificationStateStarting,
SubGhzNotificationStateIDLE,
SubGhzNotificationStateTX,
SubGhzNotificationStateRX,
SubGhzNotificationStateTx,
SubGhzNotificationStateRx,
SubGhzNotificationStateRxDone,
} SubGhzNotificationState;
/** SubGhzTxRx state */