Bump ESP mdns to 1.8.2 (#8482)

This commit is contained in:
J. Nick Koston 2025-03-28 18:29:53 -10:00 committed by GitHub
parent 58fe8b39b2
commit 2e16dd788c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@ dependencies:
version: v2.0.9 version: v2.0.9
mdns: mdns:
git: https://github.com/espressif/esp-protocols.git git: https://github.com/espressif/esp-protocols.git
version: mdns-v1.8.0 version: mdns-v1.8.2
path: components/mdns path: components/mdns
rules: rules:
- if: "idf_version >=5.0" - if: "idf_version >=5.0"