mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
feat: add variation of 'Add Manually' menu with manual value selection for all entries
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "helpers/subghz_types.h"
|
||||
#include "helpers/subghz_gen_info.h"
|
||||
#include <lib/subghz/types.h>
|
||||
#include "subghz.h"
|
||||
#include "views/receiver.h"
|
||||
@@ -44,13 +45,6 @@
|
||||
#define SUBGHZ_RAW_THRESHOLD_MIN (-90.0f)
|
||||
#define SUBGHZ_MEASURE_LOADING false
|
||||
|
||||
typedef struct {
|
||||
uint8_t fix[4];
|
||||
uint8_t cnt[4];
|
||||
uint8_t seed[4];
|
||||
uint8_t btn;
|
||||
} SecureData;
|
||||
|
||||
struct SubGhz {
|
||||
Gui* gui;
|
||||
NotificationApp* notifications;
|
||||
@@ -89,7 +83,7 @@ struct SubGhz {
|
||||
FuriString* error_str;
|
||||
SubGhzLock lock;
|
||||
|
||||
SecureData* secure_data;
|
||||
GenInfo* gen_info;
|
||||
|
||||
SubGhzFileEncoderWorker* decode_raw_file_worker_encoder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user