Update mdns for ESP-IDF (#8145)

This commit is contained in:
Jimmy Hedman 2025-01-27 05:23:57 +01:00 committed by GitHub
parent fc847c1de8
commit dbf4c2c4da
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(
name="mdns",
repo="https://github.com/espressif/esp-protocols.git",
ref="mdns-v1.3.2",
ref="mdns-v1.5.1",
path="components/mdns",
)

View File

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