NeoPixel - Add support for ESP32-S3 (#4435)

This commit is contained in:
Adam Jacques
2023-02-19 05:38:27 -08:00
committed by GitHub
parent c03b1fae68
commit 66eecd3675
5 changed files with 34 additions and 1 deletions
+2 -1
View File
@@ -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")