Skip to content

Commit f0b6a90

Browse files
akredalenrlubos
authored andcommitted
samples: mesh: dfu: fix boot warnings in samples
Reduced model extension list sizes to fix relation list warning. Signed-off-by: Stine Åkredalen <[email protected]>
1 parent c947872 commit f0b6a90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/bluetooth/mesh/dfu/distributor/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ CONFIG_BT_MESH_SHELL=y
5656
CONFIG_BT_MESH_DK_PROV=y
5757
CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME=y
5858
CONFIG_BT_MESH_MODEL_EXTENSIONS=y
59+
CONFIG_BT_MESH_MODEL_EXTENSION_LIST_SIZE=3
5960

6061
# Bluetooth Mesh models
6162
CONFIG_BT_MESH_BLOB_SRV=y

samples/bluetooth/mesh/dfu/target/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ CONFIG_BT_MESH_GATT_PROXY=y
5757
CONFIG_BT_MESH_DK_PROV=y
5858
CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME=y
5959
CONFIG_BT_MESH_MODEL_EXTENSIONS=y
60+
CONFIG_BT_MESH_MODEL_EXTENSION_LIST_SIZE=1
6061

6162
# Bluetooth Mesh models
6263
CONFIG_BT_MESH_BLOB_SRV=y

0 commit comments

Comments
 (0)