Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-04-20 17:17:18 +03:00
committed by GitHub
15 changed files with 50 additions and 21 deletions

View File

@@ -35,7 +35,7 @@
#include <gui/modules/variable_item_list.h>
#define SUBGHZ_MAX_LEN_NAME 40
#define SUBGHZ_MAX_LEN_NAME 128
/** SubGhzNotification state */
typedef enum {
@@ -67,6 +67,7 @@ typedef enum {
SubGhzRxKeyStateNoSave,
SubGhzRxKeyStateNeedSave,
SubGhzRxKeyStateBack,
SubGhzRxKeyStateStart,
SubGhzRxKeyStateAddKey,
SubGhzRxKeyStateExit,
SubGhzRxKeyStateRAWLoad,