mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04: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