Skip to content

Commit 9d8778f

Browse files
committed
ledCounts = {315, 99, 105}
1 parent ec93d63 commit 9d8778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Base
3737

3838
// Should I use sk6812p instead?
3939
std::vector<LED_DRIVER*> ledStrips;
40-
std::vector<int> ledCounts = {240, 129};
40+
std::vector<int> ledCounts = {315, 99, 105};
4141

4242
// frame is set and ready to render
4343
bool readyToRender = false;

0 commit comments

Comments
 (0)