Skip to content

Commit 0bc39bc

Browse files
muraliThokalanordicjm
authored andcommitted
samples: wifi: ble_coex: Fix for Wi-Fi connection issue
pbkdf2_sha1 returned error due to malloc failures while configuring PSK. Increase MBEDTLS_HEAP_SIZE to fix this. Signed-off-by: Murali Thokala <[email protected]>
1 parent 16f066f commit 0bc39bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/wifi/ble_coex/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ CONFIG_NRF70_QSPI_LOW_POWER=n
116116
#Added to fix BLE crash in coex enable cases.
117117
CONFIG_NRF_RPC=n
118118
CONFIG_NRF_RPC_CBOR=n
119+
CONFIG_MBEDTLS_HEAP_SIZE=1024

0 commit comments

Comments
 (0)