mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
+
This commit is contained in:
@@ -110,6 +110,11 @@ struct SubGhzTxRx {
|
||||
|
||||
typedef struct SubGhzTxRx SubGhzTxRx;
|
||||
|
||||
typedef struct {
|
||||
uint8_t seed[4];
|
||||
uint8_t seed_len;
|
||||
} SeedData;
|
||||
|
||||
struct SubGhz {
|
||||
Gui* gui;
|
||||
NotificationApp* notifications;
|
||||
@@ -123,6 +128,7 @@ struct SubGhz {
|
||||
Popup* popup;
|
||||
TextInput* text_input;
|
||||
ByteInput* byte_input;
|
||||
SeedData* seed_data;
|
||||
Widget* widget;
|
||||
DialogsApp* dialogs;
|
||||
char file_name[SUBGHZ_MAX_LEN_NAME + 1];
|
||||
|
||||
Reference in New Issue
Block a user