diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a5b1bb8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "components/EZWIFI"] + path = components/EZWIFI + url = https://github.com/r4tss/EZWIFI +[submodule "components/EZADC"] + path = components/EZADC + url = https://github.com/r4tss/EZADC +[submodule "components/rgb_led"] + path = components/rgb_led + url = https://github.com/r4tss/rgb_led |
