quick tube test
authorRuss Handorf <rhandorf@handorf.org>
Sun, 24 May 2020 01:11:02 +0000 (21:11 -0400)
committerRuss Handorf <rhandorf@handorf.org>
Sun, 24 May 2020 01:11:02 +0000 (21:11 -0400)
code/sketch_dec10a.ino

index e980286..c538b0d 100644 (file)
@@ -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");