From b804101c24b4b1d72516f3da2fdef44050e65728 Mon Sep 17 00:00:00 2001 From: Def3nder Date: Mon, 2 Mar 2020 12:24:10 +0100 Subject: [PATCH] lift NeoPixelBus library to 2.5.7 (#747) --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c4e79a716..0ef2630ce 100644 --- a/platformio.ini +++ b/platformio.ini @@ -134,7 +134,7 @@ lib_extra_dirs = lib_compat_mode = strict lib_deps = FastLED@3.3.2 - NeoPixelBus@2.5.6 + NeoPixelBus@2.5.7 ESPAsyncTCP@1.2.0 ESPAsyncUDP@697c75a025 AsyncTCP@1.0.3