back to 3 as we have no time

andrejusk/bday
dps.lwk 2018-08-31 12:13:08 +01:00 committed by GitHub
parent 22f478ecc7
commit 01d5c2dc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import os, tilda
from machine import Neopix from machine import Neopix
n=Neopix() n=Neopix()
n.display([0,0]) n.display([0,0,0])
n.display([0,0]) n.display([0,0,0])
print("EMF: boot.py") print("EMF: boot.py")
os.sync() os.sync()