Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.66k stars 3.15k forks source link

v0.15.0-b4 does not build for esp32c3dev target #4101

Closed berkut0 closed 1 month ago

berkut0 commented 1 month ago

What happened?

.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h:83,
                 from .pio/libdeps/esp32c3dev/FastLED/src/platforms/esp/32/led_sysdefs_esp32.h:2,
                 from .pio/libdeps/esp32c3dev/FastLED/src/led_sysdefs.h:42,
                 from .pio/libdeps/esp32c3dev/FastLED/src/FastLED.h:51,
                 from .pio/libdeps/esp32c3dev/FastLED/src/colorutils.cpp:1
.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h:29:10: fatal error: pins_arduino.h: No such file or directory

To Reproduce Bug

Just try building the firmware for esp32c3dev.

Expected Behavior

The firmware will build for esp32c3dev just as well as it does for version 0.14.4

Install Method

Self-Compiled

What version of WLED?

v0.15.0-b4

Which microcontroller/board are you seeing the problem on?

ESP32-C3

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

blazoncek commented 1 month ago

It does build. Tested every day. Please use WLED forum or Discord for help and support questions. Closing.