Open markusg1234 opened 3 years ago
This needs upstream support. https://github.com/FastLED/FastLED/issues/1255
I put up a pull request with preliminary support for ESP32-C3. FastLED/FastLED#1320
Note that you may be blocked by the workaround done for issue #1375 at line https://github.com/esphome/esphome/blob/dev/esphome/components/fastled_base/__init__.py#L47 that pins FastLED to an old version.
You can specify a custom version of FastLED using the libraries
option.
The version I specify gets overridden by the line above.
The version I specify gets overridden by the line above.
Are you sure about that? I just tested it and for me the version specified in the YAML gets preference.
The problem
Was trying to use the onboard RGB Led and wouldn't compile.
Which version of ESPHome has the issue?
v2021.10.0-dev
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2021.9.6
What platform are you using?
ESP32
Board
ESP32-c3-devkitm-1
Component causing the issue
fastled
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response