examples/console: add note about Ctrl+C

This commit is contained in:
Ivan Grokhotkov 2020-04-29 23:46:58 +02:00
parent 19f6da99ed
commit 466998d487

View file

@ -150,7 +150,8 @@ void app_main(void)
"This is an example of ESP-IDF console component.\n"
"Type 'help' to get the list of commands.\n"
"Use UP/DOWN arrows to navigate through command history.\n"
"Press TAB when typing command name to auto-complete.\n");
"Press TAB when typing command name to auto-complete.\n"
"Press Enter or Ctrl+C will terminate the console environment.\n");
/* Figure out if the terminal supports escape sequences */
int probe_status = linenoiseProbe();