mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
7 lines
165 B
CMake
7 lines
165 B
CMake
idf_component_register(SRCS "squeezelite-ota.c"
|
|
INCLUDE_DIRS .
|
|
REQUIRES console spi_flash console freertos platform_console esp_https_ota
|
|
)
|
|
|
|
|