1
0
Fork 0

[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>
This commit is contained in:
Daniel Thompson 2020-11-14 20:40:16 +00:00
parent e105c8bb68
commit fd0e0d77aa
3 changed files with 6 additions and 6 deletions

View file

@ -129,7 +129,7 @@ try:
if not safe_mode: if not safe_mode:
boot_msg("Enter /flash") boot_msg("Enter /flash")
os.chdir('/flash') os.chdir('/flash')
boot_msg("Run main.py") boot_msg("main.py")
else: else:
boot_msg("Safe mode") boot_msg("Safe mode")
except: except:

View file

@ -117,7 +117,7 @@ try:
if not safe_mode: if not safe_mode:
boot_msg("Enter /flash") boot_msg("Enter /flash")
os.chdir('/flash') os.chdir('/flash')
boot_msg("Run main.py") boot_msg("main.py")
else: else:
boot_msg("Safe mode") boot_msg("Safe mode")
except: except:

View file

@ -119,7 +119,7 @@ try:
if not safe_mode: if not safe_mode:
boot_msg("Enter /flash") boot_msg("Enter /flash")
os.chdir('/flash') os.chdir('/flash')
boot_msg("Run main.py") boot_msg("main.py")
else: else:
boot_msg("Safe mode") boot_msg("Safe mode")
except: except: