From 4c6b3524bf93e6886027296b898571658b6e9338 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:05:19 +0100 Subject: [PATCH] upgraade all esp32 buildenv to NeoPixelBus 2.7.9 only esp32dev_legacy stays on NPB 2.7.5 --- platformio.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/platformio.ini b/platformio.ini index e77b3162..262600b0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -252,7 +252,7 @@ lib_deps = fastled/FastLED @ 3.7.1 ;; needed to prevent compiler errors when using newer framework versions ;; https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for -C6 IRremoteESP8266 @ 2.8.2 - ;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections + ;;makuna/NeoPixelBus @ 2.7.9 ;; WLEDMM will be added in board specific sections ;;makuna/NeoPixelBus @ 2.8.3 https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2 bitbank2/AnimatedGIF@^1.4.7 @@ -430,8 +430,7 @@ build_flagsV4 = -g ;;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus) lib_depsV4 = esp32async/AsyncTCP @ 3.4.7 - makuna/NeoPixelBus @ 2.7.5 - ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental + makuna/NeoPixelBus @ 2.7.9 ;; experimental ${common_mm.HUB75_lib_deps} ${env.lib_deps} @@ -465,8 +464,7 @@ build_flags = -g default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv lib_deps = esp32async/AsyncTCP @ 3.4.7 - makuna/NeoPixelBus @ 2.7.5 - ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental + makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps} board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs monitor_filters = esp32_exception_decoder @@ -503,7 +501,6 @@ build_flags = -g lib_deps = esp32async/AsyncTCP @ 3.4.7 - ;; makuna/NeoPixelBus @ 2.7.5 ;; standard makuna/NeoPixelBus @ 2.7.9 ;; experimental - reduces LED glitches on -S2 ${env.lib_deps} board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs @@ -530,8 +527,7 @@ build_flags = -g lib_deps = esp32async/AsyncTCP @ 3.4.7 - makuna/NeoPixelBus @ 2.7.5 - ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental + makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps} board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs monitor_filters = esp32_exception_decoder @@ -558,8 +554,7 @@ build_flags = -g ;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT lib_deps = esp32async/AsyncTCP @ 3.4.7 - makuna/NeoPixelBus @ 2.7.5 - ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental + makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps} board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs monitor_filters = esp32_exception_decoder