samples: mesh/onoff-app: Enable persistent storage support
Enable persistent storage support in samples/boards/nrf52/mesh/onoff-app. Signed-off-by: Vikrant More <vikrant8051@gmail.com>
This commit is contained in:
parent
48b7f236fa
commit
1bbfdf1d1a
3 changed files with 15 additions and 3 deletions
|
@ -2,6 +2,15 @@
|
|||
CONFIG_MAIN_STACK_SIZE=512
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
||||
CONFIG_BT_SETTINGS=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_FCB=y
|
||||
CONFIG_SETTINGS=y
|
||||
CONFIG_SETTINGS_FCB=y
|
||||
CONFIG_BT_MESH_RPL_STORE_TIMEOUT=600
|
||||
|
||||
CONFIG_BOOT_BANNER=y
|
||||
CONFIG_BUILD_TIMESTAMP=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue