Skip to content

Commit

Permalink
Merge pull request Aircoookie#1662 from Matoran/patch-1
Browse files Browse the repository at this point in the history
fix COO_MAX comment
  • Loading branch information
Aircoookie authored Jan 17, 2021
2 parents 75c219d + 6ce4656 commit 0266370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/NpbWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0266370

Please sign in to comment.