1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-05 18:30:57 +01:00

mdns: bump IDF mdns component to 1.2.0 (#5217)

This commit is contained in:
Stijn Tintel 2023-09-06 01:11:07 +03:00 committed by GitHub
parent 74ab940aff
commit feba9ffdc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ async def to_code(config):
add_idf_component(
name="mdns",
repo="https://github.com/espressif/esp-protocols.git",
ref="mdns-v1.0.9",
ref="mdns-v1.2.0",
path="components/mdns",
)