mirror of
https://github.com/esphome/esphome.git
synced 2024-11-26 00:48:19 +01:00
Update mDNS for IDF >= 5.0 (#6328)
This commit is contained in:
parent
b3ff23ec76
commit
13736b5c57
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ async def to_code(config):
|
||||||
add_idf_component(
|
add_idf_component(
|
||||||
name="mdns",
|
name="mdns",
|
||||||
repo="https://github.com/espressif/esp-protocols.git",
|
repo="https://github.com/espressif/esp-protocols.git",
|
||||||
ref="mdns-v1.2.2",
|
ref="mdns-v1.2.5",
|
||||||
path="components/mdns",
|
path="components/mdns",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue