X-Git-Url: http://russells-world.com/code/?p=xmas-ornament.git;a=blobdiff_plain;f=code%2Fsketch_dec10a.ino;fp=code%2Fsketch_dec10a.ino;h=c538b0d3932ec3619a485249148f02d4f7fe1316;hp=e980286700fdf1bbb9648dda03327a8c0a18209d;hb=9b460939a4356e3019e3ca255793135deb5f026e;hpb=9d92346bf544508b1b2e969770c33cbe72637252 diff --git a/code/sketch_dec10a.ino b/code/sketch_dec10a.ino index e980286..c538b0d 100644 --- a/code/sketch_dec10a.ino +++ b/code/sketch_dec10a.ino @@ -93,6 +93,9 @@ void setup() { strip.setPixelColor(b,255,0,0); } strip.show(); + for (int b=0; b<3; b++) { + chase(); + } WiFi.hostname("VFD-Clock"); wifiManager.setHostname("VFD-Clock");