buildenv fix: avoid NeoPixelBus 2.7.4

it seems that NPB 2.7.4 introduces new incompatibilities with WLED, that break gh action builds.
This commit is contained in:
Frank
2023-04-13 12:26:14 +02:00
parent 04fa3995da
commit 0ae004ffa3

View File

@@ -342,7 +342,7 @@ lib_deps =
${env.lib_deps}
;; currently we need the latest NeoPixelBus dev version, because it contains important bugfixes for -S3
;https://github.com/Makuna/NeoPixelBus.git#master ;; NPB 2.6.9 tends to crash whith IDF V4.4.3 -> use latest NeoPixelBus dev instead
makuna/NeoPixelBus @ ~2.7.1
makuna/NeoPixelBus @ 2.7.3
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0