Skip to content

Commit 597b838

Browse files
bjarki-andreasenMaureenHelm
authored andcommitted
samples: net: cellular_modem: include at shell
Include new AT shell alongside the PM device shell to allow for powering back up the modem after the sample has completed to test out the at shell. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
1 parent 1dab746 commit 597b838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/net/cellular_modem/prj.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ CONFIG_MODEM_CELLULAR=y
3030
CONFIG_MODEM_STATS=y
3131
CONFIG_SHELL=y
3232

33+
# Testing
34+
CONFIG_MODEM_AT_SHELL=y
35+
CONFIG_PM_DEVICE_SHELL=y
36+
CONFIG_SHELL_WILDCARD=n
37+
3338
# Logging
3439
CONFIG_LOG=y
3540
CONFIG_MODEM_MODULES_LOG_LEVEL_DBG=y

0 commit comments

Comments
 (0)