From 913b0c92c160af78095b024a1489275c8cd912fc Mon Sep 17 00:00:00 2001 From: Seppe De Loore Date: Thu, 19 Mar 2026 10:10:38 +0100 Subject: [PATCH] [fix] Disable autoupdate for FastLED because of audio bug --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 015eb66..e9fde22 100644 --- a/platformio.ini +++ b/platformio.ini @@ -22,5 +22,5 @@ build_flags = -D MAX_GAME_LOG=100 -D WIFI_PASSWORD=\"youlose4\" lib_deps = - fastled/FastLED @ ^3.6.0 + fastled/FastLED @ 3.9.12 paulstoffregen/Encoder @ ^1.4.4 \ No newline at end of file