add option to restart device if no ble beacons received

This commit is contained in:
technyon
2022-12-17 19:17:02 +01:00
parent b625e284c7
commit 658ee409c8
7 changed files with 36 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
#define preference_network_timeout "nettmout"
#define preference_restart_on_disconnect "restdisc"
#define preference_restart_timer "resttmr"
#define preference_restart_ble_beacon_lost "rstbcn"
#define preference_query_interval_lockstate "lockStInterval"
#define preference_query_interval_battery "batInterval"
#define preference_query_interval_keypad "kpInterval"