From adb3677d71bfff249c264623bae180eb0d7103b3 Mon Sep 17 00:00:00 2001 From: Markus Ransberger Date: Sat, 5 Oct 2024 17:13:57 +0200 Subject: [PATCH] Bump FastLED to latest ESP8266 stable version 3.7.6. Bump WiFiManager to 2.0.17. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 7f9086b..a92c577 100644 --- a/platformio.ini +++ b/platformio.ini @@ -17,9 +17,9 @@ board = nodemcuv2 framework = arduino lib_deps = densaugeo/base64@^1.4.0 - fastled/FastLED@3.7.0 + fastled/FastLED@3.7.6 marcmerlin/FastLED NeoMatrix@^1.2 - tzapu/WiFiManager@^0.16.0 + tzapu/WiFiManager@^2.0.17 build_flags = -DFASTLED_ESP8266_RAW_PIN_ORDER