From 859adb3f7ab3d393635fee57d4af8dcdeabd6b30 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 29 May 2023 21:48:19 +0200 Subject: [PATCH] Update platformio.ini: fastled version update quick fix, until fastLED 3.6.0 packages become available. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 07e731fb..912dad3e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -203,8 +203,8 @@ upload_speed = 115200 # ------------------------------------------------------------------------------ lib_compat_mode = strict lib_deps = - ;fastled/FastLED @ 3.5.0 - https://github.com/FastLED/FastLED.git#master @3.5.0+sha.3d2ab78 ;; up to 50% faster - using a "known good" hash, so we get predictable builds + ;fastled/FastLED @ 3.6.0 + https://github.com/FastLED/FastLED.git#master @3.6.0+sha.23c67b7 ;; up to 50% faster - using a "known good" hash, so we get predictable builds IRremoteESP8266 @ 2.8.2 ;;https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDMM to display .log and .wled files in /edit