summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRenze Nicolai <renze@rnplus.nl>2022-05-08 12:09:07 +0200
committerRenze Nicolai <renze@rnplus.nl>2022-05-08 12:09:07 +0200
commit3c5efa908742133aee81e0b6a372035497aa8d6f (patch)
treebc57965826446a4d38fec7493e18276b3d5b39e9 /.gitmodules
parentd0a728ae79071325a1982298f6c063e7d6bf30a4 (diff)
downloadmch2022-3c5efa908742133aee81e0b6a372035497aa8d6f.tar.gz
mch2022-3c5efa908742133aee81e0b6a372035497aa8d6f.tar.bz2
mch2022-3c5efa908742133aee81e0b6a372035497aa8d6f.zip
Switch to https URLs for all external modules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index bc52752..32d13b5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,19 +3,19 @@
url = https://github.com/espressif/esp-idf.git
[submodule "components/bus-i2c"]
path = components/bus-i2c
- url = git@github.com:Nicolai-Electronics/esp32-component-bus-i2c.git
+ url = https://github.com/Nicolai-Electronics/esp32-component-bus-i2c.git
[submodule "components/i2c-bno055"]
path = components/i2c-bno055
- url = git@github.com:Nicolai-Electronics/esp32-component-i2c-bno055.git
+ url = https://github.com/Nicolai-Electronics/esp32-component-i2c-bno055.git
[submodule "components/spi-ili9341"]
path = components/spi-ili9341
- url = git@github.com:Nicolai-Electronics/esp32-component-spi-ili9341.git
+ url = https://github.com/Nicolai-Electronics/esp32-component-spi-ili9341.git
[submodule "components/spi-ice40"]
path = components/spi-ice40
- url = git@github.com:Nicolai-Electronics/esp32-component-spi-ice40.git
+ url = https://github.com/Nicolai-Electronics/esp32-component-spi-ice40.git
[submodule "components/sdcard"]
path = components/sdcard
- url = git@github.com:Nicolai-Electronics/esp32-component-sdcard.git
+ url = https://github.com/Nicolai-Electronics/esp32-component-sdcard.git
[submodule "components/pax-graphics"]
path = components/pax-graphics
url = https://github.com/robotman2412/pax-graphics.git