subghz option to delete old signals on full memory

This commit is contained in:
MX
2023-12-24 03:08:24 +03:00
parent 111750c420
commit b84f14386c
4 changed files with 49 additions and 0 deletions

View File

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