From 873e0f46ab8d7d7aed60cde89cdbfd72fbec7204 Mon Sep 17 00:00:00 2001 From: Ewoud Date: Mon, 27 May 2024 23:10:44 +0200 Subject: [PATCH] FastLED 3.6.0 to 3.7.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c9ef5adc..e2bfedaa 100644 --- a/platformio.ini +++ b/platformio.ini @@ -76,7 +76,7 @@ build_flags = -D STARLEDS_CHIPSET=NEOPIXEL ; NEOPIXEL (GRB, for normal leds) or WS2812B(RGB, for fairy lights) ${STARLEDS_USERMOD_WLEDAUDIO.build_flags} lib_deps = - https://github.com/FastLED/FastLED.git@3.6.0 + https://github.com/FastLED/FastLED.git @ 3.7.0 ${STARLEDS_USERMOD_WLEDAUDIO.lib_deps}