Skip to content

Commit 247cd15

Browse files
authored
Update UFOAdmin.html
1 parent 56c0b72 commit 247cd15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ufocontrol/resources/UFOAdmin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
});
5454

5555
$("#Steps").click(function () {
56-
// Visualizing Steps Statistics from Andi (Blue) and his girlfriend (Yellow)
56+
// Visualizing Steps Statistics from Andi (Blue - 0000FF) and his girlfriend (Yellow - FFFF00)
5757
// Top ROW: How far away are both of us on our daily goal. Daily goal is 10000. All of us have 7 LEDs to visualize. We keep LED 0 black
5858
// Bottom ROW: Who is currently winning the Average Day Challenge. Visualizing current status of each and morphing to current lead
59-
callUFO("/api?top_init=1&top_bg=000000&top=1|1|0000FF|7|3|FFFF00&bottom_init=1&bottom=0|8|0000FF|8|7|FFFF00&bottom_whirl=100&bottom_bg=0000FF&bottom_morph=1000|5" + color);
59+
callUFO("/api?top_init=1&top_bg=000000&top=1|1|0000FF|7|3|FFFF00&bottom_init=1&bottom=0|8|0000FF|8|7|FFFF00&bottom_whirl=100&bottom_bg=0000FF&bottom_morph=1000|5");
6060
});
6161
</script>
6262

0 commit comments

Comments
 (0)