From 5832b1994c01bc89f3656acff03e28adf7d06371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stine=20=C3=85kredalen?= Date: Fri, 22 Aug 2025 02:02:05 +0200 Subject: [PATCH] samples: mesh: dfu: fix boot warnings in samples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduced model extension list sizes to fix relation list warning. Signed-off-by: Stine Ã…kredalen --- samples/bluetooth/mesh/dfu/distributor/prj.conf | 1 + samples/bluetooth/mesh/dfu/target/prj.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/samples/bluetooth/mesh/dfu/distributor/prj.conf b/samples/bluetooth/mesh/dfu/distributor/prj.conf index e47c1fc03a4a..ec2648184543 100644 --- a/samples/bluetooth/mesh/dfu/distributor/prj.conf +++ b/samples/bluetooth/mesh/dfu/distributor/prj.conf @@ -56,6 +56,7 @@ CONFIG_BT_MESH_SHELL=y CONFIG_BT_MESH_DK_PROV=y CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME=y CONFIG_BT_MESH_MODEL_EXTENSIONS=y +CONFIG_BT_MESH_MODEL_EXTENSION_LIST_SIZE=3 # Bluetooth Mesh models CONFIG_BT_MESH_BLOB_SRV=y diff --git a/samples/bluetooth/mesh/dfu/target/prj.conf b/samples/bluetooth/mesh/dfu/target/prj.conf index 1a4122731dc3..4aa720c8d9fb 100644 --- a/samples/bluetooth/mesh/dfu/target/prj.conf +++ b/samples/bluetooth/mesh/dfu/target/prj.conf @@ -57,6 +57,7 @@ CONFIG_BT_MESH_GATT_PROXY=y CONFIG_BT_MESH_DK_PROV=y CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME=y CONFIG_BT_MESH_MODEL_EXTENSIONS=y +CONFIG_BT_MESH_MODEL_EXTENSION_LIST_SIZE=1 # Bluetooth Mesh models CONFIG_BT_MESH_BLOB_SRV=y