aboutsummaryrefslogtreecommitdiff
path: root/main/idf_component.yml
diff options
context:
space:
mode:
Diffstat (limited to 'main/idf_component.yml')
-rw-r--r--main/idf_component.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/idf_component.yml b/main/idf_component.yml
new file mode 100644
index 0000000..6571fdc
--- /dev/null
+++ b/main/idf_component.yml
@@ -0,0 +1,17 @@
+## IDF Component Manager Manifest File
+dependencies:
+ espressif/mdns: "*"
+ ## Required IDF version
+ idf:
+ version: ">=4.1.0"
+ # # Put list of dependencies here
+ # # For components maintained by Espressif:
+ # component: "~1.0.0"
+ # # For 3rd party components:
+ # username/component: ">=1.0.0,<2.0.0"
+ # username2/component2:
+ # version: "~1.0.0"
+ # # For transient dependencies `public` flag can be set.
+ # # `public` flag doesn't have an effect dependencies of the `main` component.
+ # # All dependencies of `main` are public by default.
+ # public: true