fix: correct led strip leds count
1 files changed, 1 insertions(+), 1 deletions(-) M lib-pheripherals/include/mzapo_led_strip.h
M lib-pheripherals/include/mzapo_led_strip.h => lib-pheripherals/include/mzapo_led_strip.h +1 -1
@@ 3,7 3,7 @@ #include <stdint.h> -#define LED_STRIP_COUNT 30 +#define LED_STRIP_COUNT 32 #ifdef __cplusplus extern "C" {