Skip to content

Commit 0dfae16

Browse files
committed
LedFeedback-matrix: set full frame temporization at 1300 ms
1 parent d887ec0 commit 0dfae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utility/LEDFeedback/LEDFeedback.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const uint32_t cloud[][4] = {
4848
};
4949

5050
const uint32_t snake[][4] = {
51-
{ 0xffffffff, 0xffffffff, 0xffffffff, 66 },
51+
{ 0xffffffff, 0xffffffff, 0xffffffff, 1300 },
5252
{ 0x7fffffff, 0xffffffff, 0xfffff7ff, 66 },
5353
{ 0x3fe7ffff, 0xffffffff, 0xff7ff3fe, 66 },
5454
{ 0x1fc3fe7f, 0xfffffff7, 0xff3fe1fc, 66 },

0 commit comments

Comments
 (0)