mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-11-12 22:48:52 +01:00
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
source "$ZEPHYR_BASE/Kconfig.zephyr"
|
|
menu "ENS contact storage"
|
|
|
|
config ENS_MAX_CONTACTS
|
|
int "Max contacts in storage"
|
|
default 2048
|
|
help
|
|
The maximum amount of contacts, that can be stored on the devies. Needs to be a power of 2!
|
|
|
|
endmenu |