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:
Krzysztof Kopyściński
2021-11-10 06:24:00 +01:00
committed by Krzysztof Kopyściński
parent 9dc019d6cd
commit e8a42b4fd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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