mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-15 04:19:26 -07:00
Xfw frequency editor add new frequencies
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#include "xtreme/settings.h"
|
||||
#include "xtreme/assets.h"
|
||||
|
||||
#define XTREME_SUBGHZ_FREQ_BUFFER_SIZE 6
|
||||
|
||||
ARRAY_DEF(asset_packs, char*)
|
||||
|
||||
typedef struct {
|
||||
@@ -35,6 +37,7 @@ typedef struct {
|
||||
uint8_t subghz_static_index;
|
||||
FrequencyList_t subghz_hopper_frequencies;
|
||||
uint8_t subghz_hopper_index;
|
||||
char subghz_freq_buffer[XTREME_SUBGHZ_FREQ_BUFFER_SIZE];
|
||||
bool subghz_extend;
|
||||
bool subghz_bypass;
|
||||
int dolphin_level;
|
||||
|
||||
Reference in New Issue
Block a user