contacts: granular autoadd and overwrite-oldest

This commit is contained in:
taco
2026-01-13 00:38:20 +11:00
parent 56eb5b0499
commit 403ce1db08
6 changed files with 134 additions and 17 deletions

View File

@@ -27,4 +27,5 @@ struct NodePrefs { // persisted to file
uint8_t buzzer_quiet;
uint8_t gps_enabled; // GPS enabled flag (0=disabled, 1=enabled)
uint32_t gps_interval; // GPS read interval in seconds
uint8_t autoadd_config; // bitmask for auto-add contacts config
};