nrf5: Update help.c with documentation of CTRL-A and CTRL-B to enter and exit raw REPL mode.
This commit is contained in:
parent
a37416dc2d
commit
a2a8115ed4
|
@ -43,6 +43,8 @@ const char * nrf5_help_text =
|
|||
HELP_TEXT_SD
|
||||
#endif
|
||||
"Control commands:\n"
|
||||
" CTRL-A -- on a blank line, enter raw REPL mode\n"
|
||||
" CTRL-B -- on a blank line, enter normal REPL mode\n"
|
||||
" CTRL-D -- on a blank line, do a soft reset of the board\n"
|
||||
" CTRL-E -- on a blank line, enter paste mode\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in New Issue