diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-14 20:40:16 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-14 20:40:16 (GMT) |
| commit | fd0e0d77aa9ca90f0cb110a31fb098d189b87114 (patch) | |
| tree | ca2b792fbbfd7d193776fe8a64c855e96ca5ad63 /wasp/boards/pinetime | |
| parent | e105c8bb68fa630159363e3c206ffe5535ea8f92 (diff) | |
[pinetime,p8,k9]: Show when main.py is running
This is yet another step towards making the role of main.py more obvious.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/pinetime')
| -rw-r--r-- | wasp/boards/pinetime/watch.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/boards/pinetime/watch.py.in b/wasp/boards/pinetime/watch.py.in index e78df4b..fbda41e 100644 --- a/wasp/boards/pinetime/watch.py.in +++ b/wasp/boards/pinetime/watch.py.in @@ -119,9 +119,9 @@ try: if not safe_mode: boot_msg("Enter /flash") os.chdir('/flash') - boot_msg("Run main.py") + boot_msg("main.py") else: boot_msg("Safe mode") except: drawable.string("FAILED", 0, 136, width=240) - backlight.set(1) +backlight.set(1) |
