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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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",
)