mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Some instabilities to tackle. BT Ring buffer were taken out. DAC is crashing with stack overflow. So does A2DP after playing for a little while. This needs to be investigated.
8 lines
134 B
CMake
8 lines
134 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "cmd_system.c")
|
|
|
|
set(COMPONENT_REQUIRES console spi_flash)
|
|
|
|
register_component()
|