Sub-GHz: Choose RSSI threshold for Hopping mode

This commit is contained in:
Willy-JL
2024-07-10 13:51:25 +01:00
parent 79d8b12c5e
commit 3df6c81947
8 changed files with 71 additions and 17 deletions

View File

@@ -30,6 +30,7 @@ typedef struct {
uint32_t repeater_state;
bool enable_sound;
bool autosave;
float hopping_threshold;
} SubGhzLastSettings;
SubGhzLastSettings* subghz_last_settings_alloc(void);