From 7b9d643dcdc26246ca9eca8fafe6f715cab257b7 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Mon, 1 Dec 2025 21:44:26 -0500 Subject: [PATCH] Update NeoPixelBus with DMA fix Includes bonus fix for ESP32 DMA driver, too! Replaces #5138. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 655f0c65..98676c11 100644 --- a/platformio.ini +++ b/platformio.ini @@ -160,7 +160,7 @@ lib_compat_mode = strict lib_deps = fastled/FastLED @ 3.6.0 IRremoteESP8266 @ 2.8.2 - makuna/NeoPixelBus @ 2.8.3 + https://github.com/Makuna/NeoPixelBus.git#a0919d1c10696614625978dd6fb750a1317a14ce https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2 marvinroger/AsyncMqttClient @ 0.9.0 # for I2C interface