mirror of
https://github.com/Lurkars/esp-ena.git
synced 2026-05-08 20:10:37 +02:00
option to reset last check via config, TEK storage functions
This commit is contained in:
@@ -7,6 +7,12 @@ menu "Exposure Notification API"
|
||||
help
|
||||
Dump storage (stored TEKs, temp. beacons and perm. beacons) to serial output after scan.
|
||||
|
||||
config ENA_RESET_LAST_CHECK
|
||||
bool "Reset last exposure check"
|
||||
default false
|
||||
help
|
||||
Resets the last exposure check date on start.
|
||||
|
||||
config ENA_STORAGE_TEK_MAX
|
||||
int "Max. TEKs"
|
||||
default 14
|
||||
@@ -91,4 +97,5 @@ menu "Exposure Notification API"
|
||||
Defines the TEK rolling period in 10 minute steps. (Default 144 => 24 hours)
|
||||
endmenu
|
||||
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user