From: Russ Handorf Date: Sun, 24 May 2020 01:11:02 +0000 (-0400) Subject: quick tube test X-Git-Url: http://russells-world.com/code/?p=xmas-ornament.git;a=commitdiff_plain;h=9b460939a4356e3019e3ca255793135deb5f026e quick tube test --- 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");