mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
[mdns] Update espressif/mdns to v1.10.0
Update the ESP-IDF mdns component from v1.9.1 to v1.10.0.
This commit is contained in:
@@ -163,7 +163,7 @@ async def to_code(config):
|
||||
cg.add_library("LEAmDNS", None)
|
||||
|
||||
if CORE.is_esp32:
|
||||
add_idf_component(name="espressif/mdns", ref="1.9.1")
|
||||
add_idf_component(name="espressif/mdns", ref="1.10.0")
|
||||
|
||||
cg.add_define("USE_MDNS")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user