mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Update subghz_i.h
This commit is contained in:
@@ -88,6 +88,11 @@ typedef enum {
|
||||
SubGhzLoadKeyStateOnlyRx,
|
||||
} SubGhzLoadKeyState;
|
||||
|
||||
typedef struct {
|
||||
uint8_t seed_len;
|
||||
uint8_t seed[4];
|
||||
} SeedData;
|
||||
|
||||
struct SubGhzTxRx {
|
||||
SubGhzWorker* worker;
|
||||
|
||||
@@ -96,6 +101,7 @@ struct SubGhzTxRx {
|
||||
SubGhzTransmitter* transmitter;
|
||||
SubGhzProtocolDecoderBase* decoder_result;
|
||||
FlipperFormat* fff_data;
|
||||
SeedData* seed_data;
|
||||
|
||||
uint32_t frequency;
|
||||
FuriHalSubGhzPreset preset;
|
||||
|
||||
Reference in New Issue
Block a user