Xfw app frequency editor add remove functionality

This commit is contained in:
Willy-JL
2023-03-06 02:07:26 +00:00
parent badbfaf449
commit d5e56330ec
2 changed files with 45 additions and 8 deletions

View File

@@ -33,7 +33,9 @@ typedef struct {
bool subghz_use_defaults;
uint32_t subghz_default_frequency;
FrequencyList_t subghz_static_frequencies;
uint8_t subghz_static_index;
FrequencyList_t subghz_hopper_frequencies;
uint8_t subghz_hopper_index;
bool subghz_extend;
bool subghz_bypass;
int dolphin_level;