diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-09-30 16:41:33 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-09-30 16:41:33 +1000 |
| commit | f507a1ab07147ca6ed5fc61ed28d15e31a2f1d30 (patch) | |
| tree | 598880bed2bf0265878c5bc6d7f4c0b9b140ce83 /.gitmodules | |
| parent | b34b49aabc5284a3efc594da2823ecf47761348b (diff) | |
| download | tangara-fw-f507a1ab07147ca6ed5fc61ed28d15e31a2f1d30.tar.gz | |
Add esp-adf as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..24fc9453 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/esp-adf"] + path = lib/esp-adf + url = https://github.com/espressif/esp-adf.git |
