nrf5: Adding help text for CTRL-D (soft reset) and and CTRL-E (paste mode) in help.c

This commit is contained in:
Glenn Ruben Bakke 2016-12-29 16:12:54 +01:00
parent 342ffadc59
commit 387725ce60

View File

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