bluetooth: ots: fix stack overflow

Default size of BT_RX_STACK_SIZE 1024 is not enough for this sample.
Increase it to prevent stack overflow.

Signed-off-by: Pirun Lee <pirun.lee@nordicsemi.no>
This commit is contained in:
Pirun Lee 2022-08-04 15:38:35 +08:00 committed by Carles Cufí
parent af75354d82
commit 5d1e59b984

View file

@ -11,3 +11,5 @@ CONFIG_BT_OTS_OACP_DELETE_SUPPORT=y
CONFIG_LOG=y
CONFIG_ASSERT=y
# This sample needs more memory on BT_RX_THREAD
CONFIG_BT_RX_STACK_SIZE=1536