Switch to https URLs for all external modules
This commit is contained in:
parent
d0a728ae79
commit
3c5efa9087
1 changed files with 5 additions and 5 deletions
10
.gitmodules
vendored
10
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue