Skip to content

Commit b5f96b2

Browse files
ntn: disable bandlock
In prj.conf there is Bandlock on B256. Connectivity will fail where B255 or B23 are supported. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 99d6e74 commit b5f96b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/prj.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ CONFIG_APP_NTN_SERVER_ADDR=""
254254
CONFIG_APP_NTN_SERVER_PORT=
255255
CONFIG_APP_NTN_LOG_LEVEL_DBG=y
256256
CONFIG_APP_NTN_TIMER_TIMEOUT_MINUTES=15
257-
CONFIG_APP_NTN_BANDLOCK_ENABLE=y
258-
CONFIG_APP_NTN_BANDLOCK=256
257+
CONFIG_APP_NTN_BANDLOCK_ENABLE=n
259258
CONFIG_APP_NTN_DISABLE_EPCO=y
260259

261260
# Debug

0 commit comments

Comments
 (0)