From eba5c2f8a19eb15ffe192c2cd9866e14f5073f73 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:14:12 +0100 Subject: [PATCH] use fastled 3.7.1 version 3.6.0. leads to compilation errors when using newer framework versions. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 1adfd429..603fc5f3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -247,8 +247,8 @@ upload_speed = 115200 # ------------------------------------------------------------------------------ lib_compat_mode = strict lib_deps = - fastled/FastLED @ 3.6.0 - ;; fastled/FastLED @ 3.7.1 + ;;fastled/FastLED @ 3.6.0 ;; default from upstream WLED + fastled/FastLED @ 3.7.1 ;; needed to prevent compiler errors when using newer framework versions ;; https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for -C6 IRremoteESP8266 @ 2.8.2 ;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections