From 6ce465664fe48800f1996e362f28563e6f0dfe14 Mon Sep 17 00:00:00 2001 From: Marco Lopes <4539516+Matoran@users.noreply.github.com> Date: Sat, 16 Jan 2021 16:01:50 +0100 Subject: [PATCH] fix COO_MAX comment COO_MAX value changed but comment does not take modification into account. --- wled00/NpbWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/NpbWrapper.h b/wled00/NpbWrapper.h index 8c1860b..7e9b8f5 100644 --- a/wled00/NpbWrapper.h +++ b/wled00/NpbWrapper.h @@ -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