custom board driver ma120x0 is broken esp dsp is now IDF managed component mdns is now IDF managed component Signed-off-by: Karl Osterseher <karli_o@gmx.at>
6 lines
293 B
CMake
6 lines
293 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES esp_timer esp_wifi nvs_flash wifi_interface audio_board audio_hal audio_sal net_functions opus flac ota_server
|
|
ui_http_server
|
|
)
|