mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-15 06:27:55 +00:00
host/mesh: Increase default CDB node count
The old default of 1 makes provisioner devices useless, as they can only provision themselves before they run out of space. This is port of f2579cb3f26bde3050306401de9cd2837c94024f
This commit is contained in:
committed by
Krzysztof Kopyściński
parent
9dc019d6cd
commit
e8a42b4fd1
@@ -69,7 +69,7 @@ syscfg.defs:
|
||||
description: >
|
||||
This option specifies how many nodes each network can at most
|
||||
save in the configuration database.
|
||||
value: 1
|
||||
value: 8
|
||||
|
||||
BLE_MESH_CDB_SUBNET_COUNT:
|
||||
description: >
|
||||
|
||||
@@ -1041,7 +1041,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_MESH_CDB_NODE_COUNT
|
||||
#define MYNEWT_VAL_BLE_MESH_CDB_NODE_COUNT (1)
|
||||
#define MYNEWT_VAL_BLE_MESH_CDB_NODE_COUNT (8)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_MESH_CDB_APP_KEY_COUNT
|
||||
|
||||
Reference in New Issue
Block a user