diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-08-10 18:00:50 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-08-10 18:00:50 -0400 |
| commit | 4613b58a31c8d439d92961f2034eb9f60b0d97c1 (patch) | |
| tree | 3b509d2b6b0337dea3585f0e8203bea72188d98a /main.c | |
| parent | d47bd5529c8e2944f5e18dec87ed432c742622ee (diff) | |
Add skip for rgb matrix exception handling
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,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")); } |
