mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
mdns: bump IDF mdns component to 1.2.0 (#5217)
This commit is contained in:
parent
74ab940aff
commit
feba9ffdc4
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.0.9",
|
ref="mdns-v1.2.0",
|
||||||
path="components/mdns",
|
path="components/mdns",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue