mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
idf overriding method to bring back SPDIF and fix SPI + new CSPOT (which crashes)
This commit is contained in:
6
components/_override/CMakeLists.txt
Normal file
6
components/_override/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(srcs i2s.c i2s_hal.c spi_master.c)
|
||||
idf_component_register( SRCS ${srcs}
|
||||
INCLUDE_DIRS ${IDF_PATH}/components/driver
|
||||
)
|
||||
|
||||
message("overriding ${srcs} !! THIS MUST BE REQUIRED BY MAIN !!")
|
||||
Reference in New Issue
Block a user