mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
mDNS was disabled in e4650125b8. This commit
re-enables it.
For reference see:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-5.x/5.0/removed-components.html
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
6 lines
110 B
YAML
6 lines
110 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/mdns: "~1.1.0"
|
|
idf:
|
|
version: ">=5.0.2"
|