Skip to content

Commit

Permalink
Update mDNS for IDF >= 5.0 (esphome#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan authored Mar 6, 2024
1 parent b3ff23e commit 13736b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/mdns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 13736b5

Please sign in to comment.