1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Update mDNS component to 1.2.2 (#5654)

This commit is contained in:
Jimmy Hedman
2023-11-02 04:56:02 +01:00
committed by GitHub
parent b0a400d82b
commit f70d651a39

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.2.0",
ref="mdns-v1.2.2",
path="components/mdns",
)