Skip to content

Commit c7c6f9d

Browse files
committed
set the duration of first frame of snake animation at 2000 ms
1 parent 7f5410d commit c7c6f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/LEDFeedback.cpp

Lines changed: 1 addition & 1 deletion
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, 1300 },
51+
{ 0xffffffff, 0xffffffff, 0xffffffff, 2000 },
5252
{ 0x7fffffff, 0xffffffff, 0xfffff7ff, 66 },
5353
{ 0x3fe7ffff, 0xffffffff, 0xff7ff3fe, 66 },
5454
{ 0x1fc3fe7f, 0xfffffff7, 0xff3fe1fc, 66 },

0 commit comments

Comments
 (0)