mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
NeoPixel - Add support for ESP32-S3 (#4435)
This commit is contained in:
@@ -220,4 +220,5 @@ async 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("makuna/NeoPixelBus", "2.6.9")
|
||||
# Version Listed Here: https://registry.platformio.org/libraries/makuna/NeoPixelBus/versions
|
||||
cg.add_library("makuna/NeoPixelBus", "2.7.3")
|
||||
|
||||
Reference in New Issue
Block a user