Skip to content

Commit

Permalink
Enable AT shell (#63)
Browse files Browse the repository at this point in the history
Useful for debugging/inspecting modem state.
  • Loading branch information
noahp authored Sep 18, 2024
1 parent 1257926 commit 1a53b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ CONFIG_LOG_DEFAULT_LEVEL=3
# instead of logs being separately viewed in a file via
# RTT logger
CONFIG_SHELL_LOG_BACKEND=y

# AT command shell is useful for getting the modem out of stuck loop
CONFIG_AT_SHELL=y

0 comments on commit 1a53b1f

Please sign in to comment.