Sub-GHz: Choose RSSI threshold for Hopping mode

by Willy-JL
This commit is contained in:
MX
2024-07-15 04:40:23 +03:00
parent 365159c11a
commit 039274f718
7 changed files with 73 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ typedef struct {
uint32_t filter;
float rssi;
bool delete_old_signals;
float hopping_threshold;
} SubGhzLastSettings;
SubGhzLastSettings* subghz_last_settings_alloc(void);