mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Update mDNS component to 1.2.2 (#5654)
This commit is contained in:
parent
b0a400d82b
commit
f70d651a39
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.0",
|
ref="mdns-v1.2.2",
|
||||||
path="components/mdns",
|
path="components/mdns",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue