From d9a3bf8aacc2af338ec6283db68c15ee17f07eea Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Mon, 28 Oct 2024 12:48:52 +0100 Subject: [PATCH] restrict fastled library version because of breaking change --- ESP32_AP-Flasher/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 7870a598..110e0dab 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -12,7 +12,7 @@ lib_deps = https://github.com/Bodmer/TJpg_Decoder.git https://github.com/nlimper/shoddyxml2 https://github.com/nlimper/QRCodeGenerator - fastled/FastLED + fastled/FastLED@3.7.8 https://github.com/MajenkoLibraries/SoftSPI platform_packages = platformio/framework-arduinoespressif32 @ 3.20014.231204