We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d887ec0 commit 0dfae16Copy full SHA for 0dfae16
src/Utility/LEDFeedback/LEDFeedback.cpp
@@ -48,7 +48,7 @@ const uint32_t cloud[][4] = {
48
};
49
50
const uint32_t snake[][4] = {
51
- { 0xffffffff, 0xffffffff, 0xffffffff, 66 },
+ { 0xffffffff, 0xffffffff, 0xffffffff, 1300 },
52
{ 0x7fffffff, 0xffffffff, 0xfffff7ff, 66 },
53
{ 0x3fe7ffff, 0xffffffff, 0xff7ff3fe, 66 },
54
{ 0x1fc3fe7f, 0xfffffff7, 0xff3fe1fc, 66 },
0 commit comments