We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5410d commit c7c6f9dCopy full SHA for c7c6f9d
src/utility/LEDFeedback.cpp
@@ -48,7 +48,7 @@ const uint32_t cloud[][4] = {
48
};
49
50
const uint32_t snake[][4] = {
51
- { 0xffffffff, 0xffffffff, 0xffffffff, 1300 },
+ { 0xffffffff, 0xffffffff, 0xffffffff, 2000 },
52
{ 0x7fffffff, 0xffffffff, 0xfffff7ff, 66 },
53
{ 0x3fe7ffff, 0xffffffff, 0xff7ff3fe, 66 },
54
{ 0x1fc3fe7f, 0xfffffff7, 0xff3fe1fc, 66 },
0 commit comments