From 2e1d14b8b140dc44f82eb42ede2a217a795ade72 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 24 Jul 2020 10:10:40 +0200 Subject: [PATCH] Bump NeoPixelBus from 2.5.2 to 2.5.7 (#1165) --- esphome/components/neopixelbus/light.py | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/neopixelbus/light.py b/esphome/components/neopixelbus/light.py index 2b84882e59..32bfd951e9 100644 --- a/esphome/components/neopixelbus/light.py +++ b/esphome/components/neopixelbus/light.py @@ -181,4 +181,4 @@ def to_code(config): cg.add(var.set_pixel_order(getattr(ESPNeoPixelOrder, config[CONF_TYPE]))) # https://github.com/Makuna/NeoPixelBus/blob/master/library.json - cg.add_library('NeoPixelBus-esphome', '2.5.2') + cg.add_library('NeoPixelBus-esphome', '2.5.7') diff --git a/platformio.ini b/platformio.ini index 22fa74f18e..0d078b7b35 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ lib_deps = ArduinoJson-esphomelib@5.13.3 ESPAsyncWebServer-esphome@1.2.6 FastLED@3.3.3 - NeoPixelBus-esphome@2.5.2 + NeoPixelBus-esphome@2.5.7 ESPAsyncTCP-esphome@1.2.2 1655@1.0.2 ; TinyGPSPlus (has name conflict) 6865@1.0.0 ; TM1651 Battery Display