2021-08-19 21:57:16 +02:00
|
|
|
idf_component_register(SRCS "main.c"
|
2024-05-31 20:38:09 +02:00
|
|
|
INCLUDE_DIRS "."
|
2024-06-12 16:12:21 +02:00
|
|
|
PRIV_REQUIRES esp_timer esp_wifi nvs_flash wifi_interface audio_board audio_hal audio_sal net_functions opus flac ota_server
|
2025-02-16 20:25:46 +01:00
|
|
|
ui_http_server improv_wifi eth_interface custom_board
|
2024-05-31 20:38:09 +02:00
|
|
|
)
|
2025-01-27 23:16:36 +01:00
|
|
|
|
|
|
|
|
set_source_files_properties(main.c PROPERTIES COMPILE_FLAGS -Wno-implicit-fallthrough)
|