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 <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
Pavel Vasilyev 2023-04-25 11:27:08 +02:00 committed by Carles Cufí
commit 558f482bba

View file

@ -20,3 +20,5 @@ CONFIG_BT_MESH_RELAY_BUF_COUNT=2
CONFIG_BT_MESH_MSG_CACHE_SIZE=2 CONFIG_BT_MESH_MSG_CACHE_SIZE=2
CONFIG_BT_MESH_BEACON_ENABLED=n CONFIG_BT_MESH_BEACON_ENABLED=n
CONFIG_BT_MESH_LABEL_COUNT=1 CONFIG_BT_MESH_LABEL_COUNT=1
CONFIG_BT_MESH_SETTINGS_WORKQ=n