1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-08 14:10:54 +00:00

Add back esp-dsp component.

Without this, esp-idf will auto download a version and may be incompatible
This commit is contained in:
Jesse Hills 2023-10-04 13:37:21 +13:00
parent 161fbecfe1
commit 33346c0b6a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -70,11 +70,17 @@ async def to_code(config):
name="esp-adf",
repo="https://github.com/espressif/esp-adf",
path="components",
ref="v2.5",
ref="master",
components=["*"],
submodules=["components/esp-sr", "components/esp-adf-libs"],
)
esp32.add_idf_component(
name="esp-dsp",
repo="https://github.com/espressif/esp-dsp",
ref="v1.2.0",
)
cg.add_platformio_option(
"board_build.embed_txtfiles", "components/dueros_service/duer_profile"
)