Move efuse component into separate repository
This commit is contained in:
parent
b2868a896e
commit
ee2def0843
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
|||
[submodule "components/ws2812"]
|
||||
path = components/ws2812
|
||||
url = https://github.com/badgeteam/esp32-component-ws2812.git
|
||||
[submodule "components/mch2022-efuse"]
|
||||
path = components/mch2022-efuse
|
||||
url = https://github.com/badgeteam/esp32-component-mch2022-efuse.git
|
||||
|
|
1
components/mch2022-efuse
Submodule
1
components/mch2022-efuse
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 21ec9534018a3790816f00559d12e1bfa04d6727
|
Loading…
Reference in a new issue