Skip to content

Commit 51fecc9

Browse files
nordicjmtejlmand
authored andcommitted
samples: common: mcumgr_bt_ota_dfu: Adjust defaults
Adjust defaults to reduce RAM Signed-off-by: Jamie McCrae <[email protected]>
1 parent 09ee100 commit 51fecc9

File tree

1 file changed

+3
-3
lines changed
  • samples/common/mcumgr_bt_ota_dfu

1 file changed

+3
-3
lines changed

samples/common/mcumgr_bt_ota_dfu/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config IMG_ERASE_PROGRESSIVELY
4949
if MCUMGR_TRANSPORT_BT_REASSEMBLY
5050

5151
config MCUMGR_TRANSPORT_NETBUF_SIZE
52-
default 2475
52+
default 1230
5353

5454
config MCUMGR_GRP_OS_MCUMGR_PARAMS
5555
default y
@@ -114,13 +114,13 @@ config NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
114114
if NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
115115

116116
config BT_L2CAP_TX_MTU
117-
default 498 if BT_HCI_HOST
117+
default 247 if BT_HCI_HOST
118118

119119
config BT_BUF_ACL_TX_SIZE
120120
default 251
121121

122122
config BT_BUF_ACL_RX_SIZE
123-
default 502
123+
default 251
124124

125125
config BT_CTLR_DATA_LENGTH_MAX
126126
default 251 if HAS_BT_CTLR

0 commit comments

Comments
 (0)