Skip to content

Commit 23f3fdb

Browse files
committed
samples: hci_uart: Reduce MAX_CONN to 16 for the micro:bit
In order to fit in SRAM, reduce the CONFIG_BT_MAX_CONN from 20 to 16 in the configuration used for the BBC micro:bit. Signed-off-by: Carles Cufi <[email protected]>
1 parent 63b3dbd commit 23f3fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/hci_uart/microbit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ CONFIG_IDLE_STACK_SIZE=256
1010
CONFIG_ISR_STACK_SIZE=512
1111
CONFIG_BT=y
1212
CONFIG_BT_HCI_RAW=y
13-
CONFIG_BT_MAX_CONN=20
13+
CONFIG_BT_MAX_CONN=16

0 commit comments

Comments
 (0)