1
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:
r3df0xx
2022-04-12 14:57:53 +03:00
parent 4c82acffac
commit 19cdc7764b

View File

@@ -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;