9 lines
398 B
CMake
9 lines
398 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
|
|
PRIV_REQUIRES esp_timer esp_wifi nvs_flash audio_board audio_hal audio_sal net_functions opus flac ota_server
|
|
ui_http_server network_interface custom_board
|
|
)
|
|
|
|
set_source_files_properties(main.c PROPERTIES COMPILE_FLAGS -Wno-implicit-fallthrough)
|