Skip to content

Commit 4c6b352

Browse files
committed
upgraade all esp32 buildenv to NeoPixelBus 2.7.9
only esp32dev_legacy stays on NPB 2.7.5
1 parent abdbe0b commit 4c6b352

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

platformio.ini

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ lib_deps =
252252
fastled/FastLED @ 3.7.1 ;; needed to prevent compiler errors when using newer framework versions
253253
;; https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for -C6
254254
IRremoteESP8266 @ 2.8.2
255-
;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections
255+
;;makuna/NeoPixelBus @ 2.7.9 ;; WLEDMM will be added in board specific sections
256256
;;makuna/NeoPixelBus @ 2.8.3
257257
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
258258
bitbank2/AnimatedGIF@^1.4.7
@@ -430,8 +430,7 @@ build_flagsV4 = -g
430430
;;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus)
431431
lib_depsV4 =
432432
esp32async/AsyncTCP @ 3.4.7
433-
makuna/NeoPixelBus @ 2.7.5
434-
;; makuna/NeoPixelBus @ 2.7.9 ;; experimental
433+
makuna/NeoPixelBus @ 2.7.9 ;; experimental
435434
${common_mm.HUB75_lib_deps}
436435
${env.lib_deps}
437436

@@ -465,8 +464,7 @@ build_flags = -g
465464
default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
466465
lib_deps =
467466
esp32async/AsyncTCP @ 3.4.7
468-
makuna/NeoPixelBus @ 2.7.5
469-
;; makuna/NeoPixelBus @ 2.7.9 ;; experimental
467+
makuna/NeoPixelBus @ 2.7.9 ;; experimental
470468
${env.lib_deps}
471469
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
472470
monitor_filters = esp32_exception_decoder
@@ -503,7 +501,6 @@ build_flags = -g
503501

504502
lib_deps =
505503
esp32async/AsyncTCP @ 3.4.7
506-
;; makuna/NeoPixelBus @ 2.7.5 ;; standard
507504
makuna/NeoPixelBus @ 2.7.9 ;; experimental - reduces LED glitches on -S2
508505
${env.lib_deps}
509506
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
@@ -530,8 +527,7 @@ build_flags = -g
530527

531528
lib_deps =
532529
esp32async/AsyncTCP @ 3.4.7
533-
makuna/NeoPixelBus @ 2.7.5
534-
;; makuna/NeoPixelBus @ 2.7.9 ;; experimental
530+
makuna/NeoPixelBus @ 2.7.9 ;; experimental
535531
${env.lib_deps}
536532
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
537533
monitor_filters = esp32_exception_decoder
@@ -558,8 +554,7 @@ build_flags = -g
558554
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
559555
lib_deps =
560556
esp32async/AsyncTCP @ 3.4.7
561-
makuna/NeoPixelBus @ 2.7.5
562-
;; makuna/NeoPixelBus @ 2.7.9 ;; experimental
557+
makuna/NeoPixelBus @ 2.7.9 ;; experimental
563558
${env.lib_deps}
564559
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
565560
monitor_filters = esp32_exception_decoder

0 commit comments

Comments
 (0)