Skip to content

Commit

Permalink
samples: dect: dect_phy: dect_shell: enabled CONFIG_AT_SHELL
Browse files Browse the repository at this point in the history
Enabled to give at commands from shell prompt.
Note that NR+ modem FW has rather limited set of AT commands supported.

Signed-off-by: Jani Hirsimäki <[email protected]>
  • Loading branch information
jhirsi committed Nov 5, 2024
1 parent 4c99515 commit 4c67d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/dect/dect_phy/dect_shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ CONFIG_SHELL=y
CONFIG_SHELL_WILDCARD=n
CONFIG_SHELL_PROMPT_UART="desh:~$ "
CONFIG_SHELL_ARGC_MAX=40

#Note that NR+ modem FW has limited set of AT commands supported
CONFIG_AT_SHELL=y

# -h and --help options are handled in Dect Shell
CONFIG_SHELL_HELP_OPT_PARSE=n
CONFIG_SHELL_CMD_BUFF_SIZE=1024
Expand Down

0 comments on commit 4c67d08

Please sign in to comment.