tie esp-idf directly to project via submodule
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d00d06efb2
commit
96dafc4941
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "components/idf-dfplayermini"]
|
||||
path = components/idf-dfplayermini
|
||||
url = https://git.oit.cloud/morgan/idf-dfplayermini.git
|
||||
[submodule "esp-idf"]
|
||||
path = esp-idf
|
||||
url = https://github.com/espressif/esp-idf
|
||||
|
|
1
esp-idf
Submodule
1
esp-idf
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3b8741b172dc951e18509698dee938304bcf1523
|
Loading…
Reference in a new issue