diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-11-30 17:02:26 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-11-30 17:02:26 -0800 |
| commit | 4ac4faaaf684bfb3713f54de5fca452e64847700 (patch) | |
| tree | 444bec858f12aa4293c5a9ba13f9a91ace8b4453 /.gitmodules | |
| parent | 5b3c930e384ef6440f0f7b5167bb54ea68a8be76 (diff) | |
Use nina-fw root certs
That way we have one set we use for all of Adafruit's connected
devices.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index aaa66caf7..d36613d60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -153,3 +153,6 @@ [submodule "ports/esp32s2/esp-idf"] path = ports/esp32s2/esp-idf url = https://github.com/jepler/esp-idf.git +[submodule "ports/esp32s2/certificates/nina-fw"] + path = ports/esp32s2/certificates/nina-fw + url = https://github.com/adafruit/nina-fw.git |
