From 5ec401baf2754d9938cda4388915a0ea71088460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Thu, 17 Jun 2021 23:42:16 +0200 Subject: [PATCH] fix: correct led strip leds count --- lib-pheripherals/include/mzapo_led_strip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-pheripherals/include/mzapo_led_strip.h b/lib-pheripherals/include/mzapo_led_strip.h index 621e1e1..2df4185 100644 --- a/lib-pheripherals/include/mzapo_led_strip.h +++ b/lib-pheripherals/include/mzapo_led_strip.h @@ -3,7 +3,7 @@ #include -#define LED_STRIP_COUNT 30 +#define LED_STRIP_COUNT 32 #ifdef __cplusplus extern "C" { -- 2.48.1