option to reset last check via config, TEK storage functions

This commit is contained in:
Lurkars
2020-10-27 19:59:54 +01:00
parent af3888ec87
commit 8b38bde332
4 changed files with 44 additions and 2 deletions
+7
View File
@@ -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