mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
merge changes from led_visu to v4.3
This commit is contained in:
11
components/led_strip/CMakeLists.txt
Normal file
11
components/led_strip/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
idf_component_register(SRC_DIRS .
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES platform_config tools esp_common
|
||||
PRIV_REQUIRES services freertos driver
|
||||
)
|
||||
|
||||
set_source_files_properties(led_strip.c
|
||||
PROPERTIES COMPILE_FLAGS
|
||||
-Wno-format-overflow
|
||||
)
|
||||
Reference in New Issue
Block a user