We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800415a commit cacf2f0Copy full SHA for cacf2f0
1 file changed
components/micropython/help.c
@@ -4,4 +4,11 @@ const char esp32_help_text[] =
4
"Welcome to BadgePython!\n"
5
"\n"
6
"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"
14
"\n";
0 commit comments