diff --git a/boot.py b/boot.py index 1c1d49f..1b12046 100644 --- a/boot.py +++ b/boot.py @@ -2,8 +2,8 @@ import os, tilda from machine import Neopix n=Neopix() -n.display([0,0]); -n.display([0,0]); +n.display([0,0]) +n.display([0,0]) print("EMF: boot.py") os.sync()