From 558f482bbafdebf3b8b0d130fa96dbea66c5cea0 Mon Sep 17 00:00:00 2001 From: Pavel Vasilyev Date: Tue, 25 Apr 2023 11:27:08 +0200 Subject: [PATCH] samples: bluetooth: mesh_demo: Disable settings thread for bbc_microbit Disable the thread as it doesn't fit into the device RAM. Signed-off-by: Pavel Vasilyev --- samples/bluetooth/mesh_demo/boards/bbc_microbit.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/bluetooth/mesh_demo/boards/bbc_microbit.conf b/samples/bluetooth/mesh_demo/boards/bbc_microbit.conf index 6fc00e1b421..53998a0daec 100644 --- a/samples/bluetooth/mesh_demo/boards/bbc_microbit.conf +++ b/samples/bluetooth/mesh_demo/boards/bbc_microbit.conf @@ -20,3 +20,5 @@ CONFIG_BT_MESH_RELAY_BUF_COUNT=2 CONFIG_BT_MESH_MSG_CACHE_SIZE=2 CONFIG_BT_MESH_BEACON_ENABLED=n CONFIG_BT_MESH_LABEL_COUNT=1 + +CONFIG_BT_MESH_SETTINGS_WORKQ=n