mirror of
https://github.com/wled/WLED.git
synced 2026-04-20 22:22:51 +00:00
fix for C5 build
ToDO: check if the special library list is still needed on -C5
This commit is contained in:
@@ -410,6 +410,7 @@ lib_deps =
|
||||
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
|
||||
https://github.com/jonny190/NeoPixelBus.git#wled-c5-stable ;; wled-c5-stable for C5 support: I2S exclusion, bit-bang CSR/GPIO, channel ctor overload
|
||||
https://github.com/netmindz/esp_dmx/#esp-idf-v5-fixes
|
||||
https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version that avoids RMT driver conflicts when building with -D FASTLED_NO_FASTLED, and is overall less buggy and bloated
|
||||
${env.lib_deps}
|
||||
lib_ignore = ${esp32_idf_V5.lib_ignore}
|
||||
esp_dmx ;; esp_dmx library doesn't support C5 UART registers yet
|
||||
|
||||
Reference in New Issue
Block a user