diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-08-11 11:04:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 11:04:39 -0700 |
| commit | bbac68e77c8dac0b8b20825bbf83a09a3eaf2559 (patch) | |
| tree | 12bc0d595db59efb8294cddfe766495bc2cbdb1b /main.c | |
| parent | bccfb8b4cdd604fcaa41bc36851141ca751d2d79 (diff) | |
| parent | 4613b58a31c8d439d92961f2034eb9f60b0d97c1 (diff) | |
Merge pull request #3232 from hierophect/esp32-neopixel
ESP32-S2: Add Neopixel support
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); } |
