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,
|
SubGhzLoadKeyStateOnlyRx,
|
||||||
} SubGhzLoadKeyState;
|
} SubGhzLoadKeyState;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint8_t seed_len;
|
||||||
|
uint8_t seed[4];
|
||||||
|
} SeedData;
|
||||||
|
|
||||||
struct SubGhzTxRx {
|
struct SubGhzTxRx {
|
||||||
SubGhzWorker* worker;
|
SubGhzWorker* worker;
|
||||||
|
|
||||||
@@ -96,6 +101,7 @@ struct SubGhzTxRx {
|
|||||||
SubGhzTransmitter* transmitter;
|
SubGhzTransmitter* transmitter;
|
||||||
SubGhzProtocolDecoderBase* decoder_result;
|
SubGhzProtocolDecoderBase* decoder_result;
|
||||||
FlipperFormat* fff_data;
|
FlipperFormat* fff_data;
|
||||||
|
SeedData* seed_data;
|
||||||
|
|
||||||
uint32_t frequency;
|
uint32_t frequency;
|
||||||
FuriHalSubGhzPreset preset;
|
FuriHalSubGhzPreset preset;
|
||||||
|
|||||||
Reference in New Issue
Block a user