forked from test34/can_wizard
fix console component
This commit is contained in:
parent
529f5986d4
commit
bd8c15d127
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "components/littlefs"]
|
[submodule "components/littlefs"]
|
||||||
path = components/littlefs
|
path = components/littlefs
|
||||||
url = https://github.com/joltwallet/esp_littlefs.git
|
url = https://github.com/joltwallet/esp_littlefs.git
|
||||||
|
[submodule "components/console"]
|
||||||
|
path = components/console
|
||||||
|
url = https://github.com/okhsunrog/console_esp-idf.git
|
||||||
|
|
1
components/console
Submodule
1
components/console
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2782b9db6a22df017e3fd74092f93bd624a21e6e
|
Loading…
Reference in a new issue