From 0dfe79e21d4d2c7fe3ea67b24d8a43e77b02bf95 Mon Sep 17 00:00:00 2001 From: Maximilian Grau Date: Mon, 1 Nov 2021 13:56:36 +0100 Subject: [PATCH] Change submodule to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a6d01a1..a5af8ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/BoschSensortec/BME68x-Sensor-API.git [submodule "src/oled-driver"] path = src/oled-driver - url = git@github.com:MG-5/oled-driver.git + url = https://github.com/MG-5/oled-driver.git