summaryrefslogtreecommitdiff
path: root/wasp/boards/k9
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/boards/k9')
-rw-r--r--wasp/boards/k9/watch.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/boards/k9/watch.py.in b/wasp/boards/k9/watch.py.in
index 78dff3c..b7bfabc 100644
--- a/wasp/boards/k9/watch.py.in
+++ b/wasp/boards/k9/watch.py.in
@@ -129,9 +129,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(2)
+backlight.set(2)