projects
/
xmas-ornament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d92346
)
quick tube test
author
Russ Handorf
<rhandorf@handorf.org>
Sun, 24 May 2020 01:11:02 +0000
(21:11 -0400)
committer
Russ Handorf
<rhandorf@handorf.org>
Sun, 24 May 2020 01:11:02 +0000
(21:11 -0400)
code/sketch_dec10a.ino
patch
|
blob
|
history
diff --git
a/code/sketch_dec10a.ino
b/code/sketch_dec10a.ino
index e980286700fdf1bbb9648dda03327a8c0a18209d..c538b0d3932ec3619a485249148f02d4f7fe1316 100644
(file)
--- 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");