Update CMakeLists.txt

Add clockless to CMakeLists.txt
This commit is contained in:
Sol Huebner 2023-03-26 14:28:37 +02:00 committed by GitHub
parent 489baaba55
commit a6aa07d658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ set(FastLED_SRCS
src/platforms.cpp
src/power_mgt.cpp
src/wiring.cpp
src/platforms/esp/32/clockless_rmt_esp32.cpp
)
idf_component_register(SRCS ${FastLED_SRCS}