mirror of
https://github.com/esphome/esphome.git
synced 2025-01-09 14:21:46 +01:00
Remove unused esp-dsp component
This commit is contained in:
parent
b05e7bfe0a
commit
c19f0cf6bc
1 changed files with 0 additions and 6 deletions
|
@ -51,12 +51,6 @@ async def to_code(config):
|
|||
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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue