Skip to content

Commit d24810c

Browse files
trond-snekvikjhedberg
authored andcommitted
Bluetooth: Mesh: Provisioner sample: Permit 16 nodes
Ups the CDB_NODE_COUNT config to fit 16 nodes, to make the sample more usable for general mesh testing. Signed-off-by: Trond Einar Snekvik <[email protected]>
1 parent 1034d56 commit d24810c

File tree

1 file changed

+1
-1
lines changed
  • samples/bluetooth/mesh_provisioner

1 file changed

+1
-1
lines changed

samples/bluetooth/mesh_provisioner/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT=3
2727
CONFIG_BT_MESH_PROVISIONER=y
2828
CONFIG_BT_MESH_PROV_DEVICE=n
2929
CONFIG_BT_MESH_CDB=y
30-
CONFIG_BT_MESH_CDB_NODE_COUNT=3
30+
CONFIG_BT_MESH_CDB_NODE_COUNT=16
3131
CONFIG_BT_MESH_CDB_SUBNET_COUNT=3
3232
CONFIG_BT_MESH_CDB_APP_KEY_COUNT=3
3333

0 commit comments

Comments
 (0)