doc: guides: bluetooth: updated persistent storage section
Updated the Persistent Storage section in the Bluetooth guide with NVS configuration. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
This commit is contained in:
parent
92d9e30527
commit
a940bb1dbc
1 changed files with 1 additions and 2 deletions
|
@ -393,9 +393,8 @@ configuration options needed will look something like the following:
|
||||||
CONFIG_FLASH=y
|
CONFIG_FLASH=y
|
||||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||||
CONFIG_FLASH_MAP=y
|
CONFIG_FLASH_MAP=y
|
||||||
CONFIG_FCB=y
|
CONFIG_NVS=y
|
||||||
CONFIG_SETTINGS=y
|
CONFIG_SETTINGS=y
|
||||||
CONFIG_SETTINGS_FCB=y
|
|
||||||
|
|
||||||
Once enabled, it is the responsibility of the application to call
|
Once enabled, it is the responsibility of the application to call
|
||||||
settings_load() after having initialized Bluetooth (using the
|
settings_load() after having initialized Bluetooth (using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue