This commit is contained in:
Willy-JL
2023-12-29 21:09:05 +01:00
59 changed files with 1688 additions and 591 deletions

View File

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