From 5229b2959e1f62d223dae95288e5f6ff3ffc386b Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sun, 4 Jul 2021 16:25:33 +0200 Subject: [PATCH] Fix to use upstream NeoPixelBus on ESP32. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 84f166448..615bbb9af 100644 --- a/platformio.ini +++ b/platformio.ini @@ -205,7 +205,7 @@ build_flags = -g lib_deps = ${env.lib_deps} - makuna/NeoPixelBus @ 2.6.5 + https://github.com/Makuna/NeoPixelBus.git # until next upstream release AsyncTCP @ 1.0.3 [esp32s2]