Skip to content

Commit cacf2f0

Browse files
committed
show micropython control keys help
1 parent 800415a commit cacf2f0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

components/micropython/help.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ const char esp32_help_text[] =
44
"Welcome to BadgePython!\n"
55
"\n"
66
"Please visit https://docs.badge.team/ for documentation and a getting started guide.\n"
7+
"\n"
8+
"Control commands:\n"
9+
" CTRL-A -- on a blank line, enter raw REPL mode\n"
10+
" CTRL-B -- on a blank line, enter normal REPL mode\n"
11+
" CTRL-C -- interrupt a running program\n"
12+
" CTRL-D -- on a blank line, do a soft reset of the board\n"
13+
" CTRL-E -- on a blank line, enter paste mode\n"
714
"\n";

0 commit comments

Comments
 (0)