add more complex examples (#1)
This commit is contained in:
parent
b51f7f449d
commit
a01d8580d9
12 changed files with 1657 additions and 204 deletions
|
|
@ -1,17 +1,8 @@
|
|||
## IDF Component Manager Manifest File
|
||||
dependencies:
|
||||
georgik/lua: "^5.5.0"
|
||||
georgik/lua: "==5.4.7"
|
||||
joltwallet/littlefs: "==1.14.8"
|
||||
|
||||
## 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
|
||||
version: ">=4.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue