From 01d5c2dc5c8a892c9017a57d3e3517ef36c18c59 Mon Sep 17 00:00:00 2001 From: "dps.lwk" Date: Fri, 31 Aug 2018 12:13:08 +0100 Subject: [PATCH] back to 3 as we have no time --- boot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.py b/boot.py index 1b12046..0325c16 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,0]) +n.display([0,0,0]) print("EMF: boot.py") os.sync()