Skip to content

Commit 0266370

Browse files
authored
Merge pull request wled#1662 from Matoran/patch-1
fix COO_MAX comment
2 parents 75c219d + 6ce4656 commit 0266370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/NpbWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//This can be useful if you want to chain multiple strings with incompatible color order
4646
//#define COLOR_ORDER_OVERRIDE
4747
#define COO_MIN 0
48-
#define COO_MAX 35 //not inclusive, this would set the override for LEDs 0-26
48+
#define COO_MAX 35 //not inclusive, this would set the override for LEDs 0-34
4949
#define COO_ORDER COL_ORDER_GRB
5050

5151
//END CONFIGURATION

0 commit comments

Comments
 (0)