mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-15 14:37:57 +00:00
Replace deprecated store/ram from nimble apps deps
Replace store/ram with store/config in nimble apps dependencies. Package store/ram is deprecated and store/config shall be used with BLE_STORE_CONFIG_PERSIST set to 0.
This commit is contained in:
committed by
Szymon Janc
parent
6b8746477d
commit
2971ee5757
@@ -33,5 +33,5 @@ pkg.deps:
|
||||
- nimble/host
|
||||
- nimble/host/services/gap
|
||||
- nimble/host/services/gatt
|
||||
- nimble/host/store/ram
|
||||
- nimble/host/store/config
|
||||
- nimble/transport/ram
|
||||
|
||||
@@ -55,3 +55,6 @@ syscfg.vals:
|
||||
BLE_MESH_CFG_CLI: 1
|
||||
BLE_MESH_SETTINGS: 0
|
||||
CONFIG_NFFS: 0
|
||||
|
||||
# Whether to save data to sys/config, or just keep it in RAM.
|
||||
BLE_STORE_CONFIG_PERSIST: 0
|
||||
|
||||
Reference in New Issue
Block a user