From 5b683dd6e12d47e83dc1dd4c3a1bba169a52d205 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 29 Sep 2024 04:34:59 -0700 Subject: [PATCH] update submodules to help dl the repo without ssh gh keys --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0e010a1..41885e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "external/esp32-camera"] path = external/esp32-camera - url = git@github.com:maxlab-io/esp32-camera.git + url = https://github.com/maxlab-io/esp32-camera.git branch = maxlab_branch [submodule "external/tflite-micro-esp-examples"] path = external/tflite-micro-esp-examples