mirror of
https://github.com/esphome/esphome.git
synced 2025-10-08 21:03:49 +01:00
Bump FastLed version to 3.9.16 (#8402)
This commit is contained in:
@@ -40,9 +40,6 @@ async def new_fastled_light(config):
|
||||
if CONF_MAX_REFRESH_RATE in config:
|
||||
cg.add(var.set_max_refresh_rate(config[CONF_MAX_REFRESH_RATE]))
|
||||
|
||||
cg.add_library("fastled/FastLED", "3.9.16")
|
||||
await light.register_light(var, config)
|
||||
# https://github.com/FastLED/FastLED/blob/master/library.json
|
||||
# 3.3.3 has an issue on ESP32 with RMT and fastled_clockless:
|
||||
# https://github.com/esphome/issues/issues/1375
|
||||
cg.add_library("fastled/FastLED", "3.3.2")
|
||||
return var
|
||||
|
Reference in New Issue
Block a user