summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-08-11 11:04:39 -0700
committerGitHub <noreply@github.com>2020-08-11 11:04:39 -0700
commitbbac68e77c8dac0b8b20825bbf83a09a3eaf2559 (patch)
tree12bc0d595db59efb8294cddfe766495bc2cbdb1b /main.c
parentbccfb8b4cdd604fcaa41bc36851141ca751d2d79 (diff)
parent4613b58a31c8d439d92961f2034eb9f60b0d97c1 (diff)
Merge pull request #3232 from hierophect/esp32-neopixel
ESP32-S2: Add Neopixel support
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d206d4f16..fb73b09b1 100755
--- a/main.c
+++ b/main.c
@@ -282,7 +282,7 @@ bool run_code_py(safe_mode_t safe_mode) {
}
}
- // Wait for connection or character.
+ // Display a different completion message if the user has no USB attached (cannot save files)
if (!serial_connected_at_start) {
serial_write_compressed(translate("\nCode done running. Waiting for reload.\n"));
}