Skip to content

Commit

Permalink
samples: bluetooth: connection_event_trigger: Increase BT_RX_STACK_SIZE
Browse files Browse the repository at this point in the history
The stack size needs to be increased after the upmerge, as the sample
reports stack overflow when printing logs.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
rlubos committed May 28, 2024
1 parent cf31f50 commit 0d202c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/bluetooth/connection_event_trigger/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ CONFIG_BT_SCAN_UUID_CNT=1
CONFIG_BT_CTLR_SDC_EVENT_TRIGGER=y

CONFIG_HEAP_MEM_POOL_SIZE=2048
CONFIG_BT_RX_STACK_SIZE=1200

CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n

0 comments on commit 0d202c3

Please sign in to comment.