Added buzzer config persistance accross restart

This commit is contained in:
zaquaz
2025-11-20 18:55:39 -08:00
parent f5a56c537f
commit 2bd47de3b9
5 changed files with 17 additions and 2 deletions

View File

@@ -24,4 +24,5 @@ struct NodePrefs { // persisted to file
float rx_delay_base;
uint32_t ble_pin;
uint8_t advert_loc_policy;
uint8_t buzzer_quiet;
};