idf_component_register( SRCS "main.cpp" "hardware_bootstrap.cpp" "web_radio_stream.cpp" "esp32_i2s_sink.cpp" "phone_stream.cpp" "antenna_calibration.cpp" "$<$:test_firmware.cpp>" "$<$:i2s_sdata_probe.cpp>" "$<$:esp32_i2s_test_tone.cpp>" INCLUDE_DIRS "." REQUIRES core net secure_store adau1701 si4684 tuner audio bt1035 bluetooth station integration ota eeprom24aa webradio driver PRIV_REQUIRES esp_timer esp_http_client ) if(CONFIG_TEST_FIRMWARE) set(EXTRA_COMPONENT_DIRS "${EXTRA_COMPONENT_DIRS}" "${CMAKE_CURRENT_SOURCE_DIR}") endif()