nrf5: Update help.c with documentation of CTRL-A and CTRL-B to enter and exit raw REPL mode.

This commit is contained in:
Glenn Ruben Bakke 2017-06-03 19:56:30 +02:00
parent a37416dc2d
commit a2a8115ed4
1 changed files with 2 additions and 0 deletions

View File

@ -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"