diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-28 18:23:32 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-31 11:42:14 -0800 |
| commit | 6145f08cc89946d138737b149d390265def67077 (patch) | |
| tree | bf8a2b345204a3eee6d690fe47e9c0190d79d0eb /main.c | |
| parent | 69bc5e189baef183918dc21dadaacf55ce66bee3 (diff) | |
Support adjustable backlight brightness
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ bool run_code_py(safe_mode_t safe_mode) { // Wait for connection or character. if (!serial_connected_at_start) { - serial_write_compressed(translate("\nCode done running. Waiting for USB.\n")); + serial_write_compressed(translate("\nCode done running. Waiting for reload.\n")); } bool serial_connected_before_animation = false; |
