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:
parent
161fbecfe1
commit
33346c0b6a
@ -70,11 +70,17 @@ async def to_code(config):
|
|||||||
name="esp-adf",
|
name="esp-adf",
|
||||||
repo="https://github.com/espressif/esp-adf",
|
repo="https://github.com/espressif/esp-adf",
|
||||||
path="components",
|
path="components",
|
||||||
ref="v2.5",
|
ref="master",
|
||||||
components=["*"],
|
components=["*"],
|
||||||
submodules=["components/esp-sr", "components/esp-adf-libs"],
|
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(
|
cg.add_platformio_option(
|
||||||
"board_build.embed_txtfiles", "components/dueros_service/duer_profile"
|
"board_build.embed_txtfiles", "components/dueros_service/duer_profile"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user