nrf5: Adding help text for CTRL-D (soft reset) and and CTRL-E (paste mode) in help.c
This commit is contained in:
parent
342ffadc59
commit
387725ce60
@ -45,6 +45,10 @@ STATIC const char help_text[] =
|
||||
#if BLUETOOTH_SD
|
||||
HELP_TEXT_SD
|
||||
#endif
|
||||
"Control commands:\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"
|
||||
"For further help on a specific object, type help(obj)\n"
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user