From 0a8ad03e418b11a2e44076b80762d8ae9eae7a44 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 29 May 2023 21:50:21 +0200 Subject: [PATCH] Update platformio.ini: fastLED version quick fix, util 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 4df8683a6c..fe8d796f91 100644 --- a/platformio.ini +++ b/platformio.ini @@ -187,8 +187,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 + ;;fastled/FastLED @ ~3.6.0 + https://github.com/FastLED/FastLED.git#master @3.6.0+sha.23c67b7 IRremoteESP8266 @ ~2.8.2 https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 #For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line