SubGhz Autosave option (#331)

This commit is contained in:
Willy-JL
2024-01-27 21:09:01 +00:00
parent 9db00f3743
commit 0cc8e190ef
4 changed files with 65 additions and 1 deletions

View File

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