Skip to content

Commit 4a1cb65

Browse files
committed
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
1 parent 6c61dd3 commit 4a1cb65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

components/mdns/idf_component.yml

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

0 commit comments

Comments
 (0)