Skip to content

Commit 4890c58

Browse files
krish2718nordicjm
authored andcommitted
samples: net: mqtt: Enable Wi-Fi cred for 54L too
This sample when used over Wi-Fi relies on Wi-Fi cred to provision AP configuration persistently. Fixes NCSIDB-1467. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 2cb7a3a commit 4890c58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/net/mqtt/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ CONFIG_LOG_MODE_IMMEDIATE=y
1111
# Wi-Fi
1212
CONFIG_WIFI=y
1313
CONFIG_WIFI_NRF70=y
14+
CONFIG_WIFI_CREDENTIALS=y
15+
# Needed for Wi-Fi credentials
16+
CONFIG_SETTINGS=y
1417

1518
# WPA supplicant
1619
CONFIG_WIFI_NM_WPA_SUPPLICANT=y

0 commit comments

Comments
 (0)