1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-16 10:12:21 +01:00

Allow esp32 idf components to specify submodules and specific components (#5128)

This commit is contained in:
Jesse Hills
2023-07-23 20:22:46 +12:00
committed by GitHub
parent 827b2def1e
commit b0966532bf
4 changed files with 66 additions and 14 deletions

View File

@@ -86,10 +86,10 @@ async def to_code(config):
5, 0, 0
):
add_idf_component(
"mdns",
"https://github.com/espressif/esp-protocols.git",
"mdns-v1.0.9",
"components/mdns",
name="mdns",
repo="https://github.com/espressif/esp-protocols.git",
ref="mdns-v1.0.9",
path="components/mdns",
)
if config[CONF_DISABLED]: