mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-31 19:24:43 +02:00
Minor fixes here and there
1. mDNS: Added idf_component.yml 2. mDNS: Updated document generation paths 2. Websocket: Updated conf_common.py to use internal 3. Websocket: Updated CmakeList.txt to use internal
This commit is contained in:
@@ -8,4 +8,5 @@ Get started with example test [Example](examples/README.md):
|
||||
|
||||
## Documentation
|
||||
|
||||
* View the full [html documentation](https://espressif.github.io/esp-protocols/mdns/index.html)
|
||||
* View the full [documentation(English)](https://espressif.github.io/esp-protocols/mdns/en/index.html)
|
||||
* View the full [documentation(Chinese)](https://espressif.github.io/esp-protocols/mdns/zh_CN/index.html)
|
||||
|
5
components/mdns/idf_component.yml
Normal file
5
components/mdns/idf_component.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
version: "1.0.2"
|
||||
description: mDNS
|
||||
dependencies:
|
||||
idf:
|
||||
version: ">=5.0"
|
Reference in New Issue
Block a user