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

Update mDNS for IDF >= 5.0 (#6328)

This commit is contained in:
Jimmy Hedman
2024-03-06 23:26:39 +01:00
committed by GitHub
parent b3ff23ec76
commit 13736b5c57

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