From 86e7b3a471491bfcf77a7e8c88dfdf16c5bfee97 Mon Sep 17 00:00:00 2001 From: Jeka Der Date: Mon, 12 Aug 2024 16:50:59 +0200 Subject: [PATCH] ESP32: use FastLED version from lib_deps Remove FastLed override present on ESP32_generic target, use version specified in common.lib_deps instead --- platformio.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 95e7586..6cdbfad 100644 --- a/platformio.ini +++ b/platformio.ini @@ -79,7 +79,6 @@ platform_packages = toolchain-xtensa32@~2.80400.0 lib_deps = ${common.lib_deps} - fastled/FastLED@^3.5.0 Hash = https://github.com/bbx10/Hash_tng.git plerup/EspSoftwareSerial@^6.11.4 WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.15-rc.1