From 1e2f2269ddb0c74f55ba0552f867b9b3028a7837 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Sun, 10 Nov 2024 12:25:37 -0700 Subject: [PATCH] Update .gitmodules change to https://github.com --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 774eb84..160d4c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "hardware/sao/TouchwheelSAO"] path = hardware/sao/TouchwheelSAO - url = git@github.com:todbot/TouchwheelSAO.git + url = https://github.com/todbot/TouchwheelSAO.git [submodule "documentation/ch32v003/ch32v003fun"] path = documentation/ch32v003/ch32v003fun - url = git@github.com:cnlohr/ch32v003fun.git + url = https://github.com/cnlohr/ch32v003fun.git [submodule "resources/ch32v003/ch32v003fun"] path = resources/ch32v003fun - url = git@github.com:cnlohr/ch32v003fun.git + url = https://github.com/cnlohr/ch32v003fun.git [submodule "software/libraries/MicroPython-SSD1306"] path = software/libraries/MicroPython-SSD1306 url = https://github.com/TimHanewich/MicroPython-SSD1306 @@ -15,7 +15,7 @@ url = https://github.com/eosti/micropython-aw210xx [submodule "i2c_proto_petal_tutorial/pico_ch32v003_prog"] path = i2c_proto_petal_tutorial/pico_ch32v003_prog - url = git@github.com:hexagon5un/pico_ch32v003_prog.git + url = https://github.com/hexagon5un/pico_ch32v003_prog.git [submodule "software/libraries/MicroPython-IR-Transceiver-SAO"] path = software/libraries/MicroPython-IR-Transceiver-SAO url = https://github.com/DmitryPustovit/MicroPython-IR-Transceiver-SAO