samples: net: cellular_modem: disable AT shell for NRF91_SLM
The NRF91_SLM has no additional AT channel for the AT shell to use. This commit disables the AT shell for boards which use the NRF91_SLM. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
This commit is contained in:
parent
a58abd0450
commit
9f867a1893
2 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,6 @@ CONFIG_MODEM_CELLULAR_UART_BUFFER_SIZES=6000
|
|||
CONFIG_LOG_BACKEND_UART=y
|
||||
|
||||
CONFIG_MODEM_LOG_LEVEL_DBG=y
|
||||
|
||||
# Disable AT shell as SLM application has no AT mode user pipes
|
||||
CONFIG_MODEM_AT_SHELL=n
|
||||
|
|
|
|||
|
|
@ -16,3 +16,6 @@ CONFIG_NET_SOCKETS_OFFLOAD=n
|
|||
CONFIG_LOG_BACKEND_UART=y
|
||||
|
||||
CONFIG_MODEM_LOG_LEVEL_DBG=y
|
||||
|
||||
# Disable AT shell as SLM application has no AT mode user pipes
|
||||
CONFIG_MODEM_AT_SHELL=n
|
||||
|
|
|
|||
Loading…
Reference in a new issue