Skip to content

Commit

Permalink
IDF build using audiotools
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 19, 2024
1 parent 4024fd0 commit de2cc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
idf_component_register(
SRC_DIRS src
INCLUDE_DIRS src
REQUIRES bt esp_common freertos hal log nvs_flash driver
REQUIRES bt esp_common freertos hal log nvs_flash driver arduino-audio-tools
)

target_compile_options(${COMPONENT_LIB} PUBLIC -DA2DP_LEGACY_I2S_SUPPORT=1 -DA2DP_I2S_AUDIOTOOLS=0 -Wno-error -Wno-format -fpermissive)
target_compile_options(${COMPONENT_LIB} PUBLIC -DA2DP_LEGACY_I2S_SUPPORT=0 -DA2DP_I2S_AUDIOTOOLS=1 -DESP32_CMAKE=1 -Wno-error -Wno-format -fpermissive)

0 comments on commit de2cc23

Please sign in to comment.