mirror of
https://github.com/esphome/esphome.git
synced 2024-11-14 02:58:11 +01:00
Downgrade FastLED to 3.3.2 (#1212)
Fixes https://github.com/esphome/issues/issues/1375
This commit is contained in:
parent
2d50ecbecf
commit
a32b58fdf1
2 changed files with 4 additions and 2 deletions
|
@ -36,5 +36,7 @@ def new_fastled_light(config):
|
||||||
|
|
||||||
yield light.register_light(var, config)
|
yield light.register_light(var, config)
|
||||||
# https://github.com/FastLED/FastLED/blob/master/library.json
|
# https://github.com/FastLED/FastLED/blob/master/library.json
|
||||||
cg.add_library('FastLED', '3.3.3')
|
# 3.3.3 has an issue on ESP32 with RMT and fastled_clockless:
|
||||||
|
# https://github.com/esphome/issues/issues/1375
|
||||||
|
cg.add_library('FastLED', '3.3.2')
|
||||||
yield var
|
yield var
|
||||||
|
|
|
@ -14,7 +14,7 @@ lib_deps =
|
||||||
AsyncMqttClient-esphome@0.8.4
|
AsyncMqttClient-esphome@0.8.4
|
||||||
ArduinoJson-esphomelib@5.13.3
|
ArduinoJson-esphomelib@5.13.3
|
||||||
ESPAsyncWebServer-esphome@1.2.6
|
ESPAsyncWebServer-esphome@1.2.6
|
||||||
FastLED@3.3.3
|
FastLED@3.3.2
|
||||||
NeoPixelBus-esphome@2.5.7
|
NeoPixelBus-esphome@2.5.7
|
||||||
ESPAsyncTCP-esphome@1.2.2
|
ESPAsyncTCP-esphome@1.2.2
|
||||||
1655@1.0.2 ; TinyGPSPlus (has name conflict)
|
1655@1.0.2 ; TinyGPSPlus (has name conflict)
|
||||||
|
|
Loading…
Reference in a new issue