mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Use latest version of the NeoPixelBus-esphome library (#1701)
This commit is contained in:
parent
4ffa68b773
commit
76f78877f6
2 changed files with 2 additions and 2 deletions
|
@ -205,4 +205,4 @@ def to_code(config):
|
||||||
cg.add(var.set_pixel_order(getattr(ESPNeoPixelOrder, config[CONF_TYPE])))
|
cg.add(var.set_pixel_order(getattr(ESPNeoPixelOrder, config[CONF_TYPE])))
|
||||||
|
|
||||||
# https://github.com/Makuna/NeoPixelBus/blob/master/library.json
|
# https://github.com/Makuna/NeoPixelBus/blob/master/library.json
|
||||||
cg.add_library("NeoPixelBus-esphome", "2.5.7")
|
cg.add_library("NeoPixelBus-esphome", "2.6.2")
|
||||||
|
|
|
@ -15,7 +15,7 @@ lib_deps =
|
||||||
ArduinoJson-esphomelib@5.13.3
|
ArduinoJson-esphomelib@5.13.3
|
||||||
ESPAsyncWebServer-esphome@1.2.7
|
ESPAsyncWebServer-esphome@1.2.7
|
||||||
fastled/FastLED@3.3.2
|
fastled/FastLED@3.3.2
|
||||||
NeoPixelBus-esphome@2.5.7
|
NeoPixelBus-esphome@2.6.2
|
||||||
ESPAsyncTCP-esphome@1.2.3
|
ESPAsyncTCP-esphome@1.2.3
|
||||||
1655@1.0.2 ; TinyGPSPlus (has name conflict)
|
1655@1.0.2 ; TinyGPSPlus (has name conflict)
|
||||||
6865@1.0.0 ; TM1651 Battery Display
|
6865@1.0.0 ; TM1651 Battery Display
|
||||||
|
|
Loading…
Reference in a new issue