chore(mdns): Add more info to idf_component.yml

Fixing component manager warnings:
WARNING: A component description has not been provided in the manifest file. Please update your  file and include a brief description of the component.This will help other developers understand the purpose and functionality of your component. Documentation: https://***/projects/idf-component-manager/en/latest/guides/packaging_components.html#create-idf-component-yml
WARNING: A homepage URL has not been provided in the manifest file. Please update your  file and include the URL to the component's homepage. Documentation: https://***/projects/idf-component-manager/en/latest/guides/packaging_components.html#create-idf-component-yml
This commit is contained in:
David Cermak
2024-11-14 12:03:56 +01:00
parent 6c61dd39cf
commit 4a1cb65c67

View File

@ -1,6 +1,9 @@
version: "1.4.1" version: "1.4.1"
description: mDNS description: "Multicast UDP service used to provide local network service and host discovery."
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns url: "https://github.com/espressif/esp-protocols/tree/master/components/mdns"
issues: "https://github.com/espressif/esp-protocols/issues"
documentation: "https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html"
repository: "https://github.com/espressif/esp-protocols.git"
dependencies: dependencies:
idf: idf:
version: ">=5.0" version: ">=5.0"