Skip to content

Commit 6ce4656

Browse files
authored
fix COO_MAX comment
COO_MAX value changed but comment does not take modification into account.
1 parent 75c219d commit 6ce4656

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)