mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-03-15 19:51:40 +00:00
fix COO_MAX comment
COO_MAX value changed but comment does not take modification into account.
This commit is contained in:
parent
75c219d6c6
commit
6ce465664f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
//This can be useful if you want to chain multiple strings with incompatible color order
|
||||
//#define COLOR_ORDER_OVERRIDE
|
||||
#define COO_MIN 0
|
||||
#define COO_MAX 35 //not inclusive, this would set the override for LEDs 0-26
|
||||
#define COO_MAX 35 //not inclusive, this would set the override for LEDs 0-34
|
||||
#define COO_ORDER COL_ORDER_GRB
|
||||
|
||||
//END CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue