Updated Espressif IDF as a Component (markdown)

Phil Schatzmann 2024-06-04 09:06:48 +02:00
parent b5642b970f
commit 29beec1f3d

@ -142,4 +142,4 @@ target_compile_options(${COMPONENT_LIB} PUBLIC -DA2DP_LEGACY_I2S_SUPPORT=0 -DA2D
- The INCLUDE_DIRS must contain the src directory of the audio tools - The INCLUDE_DIRS must contain the src directory of the audio tools
- A2DP_LEGACY_I2S_SUPPORT must be false and A2DP_I2S_AUDIOTOOLS must be true - A2DP_LEGACY_I2S_SUPPORT must be false and A2DP_I2S_AUDIOTOOLS must be true
- Add DESP32_CMAKE=1 to tell the AudioTools that you compile with IDF w/o Arduino - Add DESP32_CMAKE=1 to tell the AudioTools that you compile with IDF w/o Arduino
- You will also might need to adjust the partition table and/or remove the debug information to make the sketch fit with the help of some custom configuration: pio run -t menuconfig - You will also might need to adjust the partition table and/or remove the debug information to make the sketch fit with the help of some custom configuration by running menuconfig or pio run -t menuconfig if you are using PlatformIO