From ac7f695f54d80e799f460b095e90f39e335a96ed Mon Sep 17 00:00:00 2001 From: ml server Date: Mon, 14 Jun 2021 16:52:38 -0600 Subject: [PATCH] use https for micropython submodule --- .gitmodules | 3 +++ micropython | 1 + 2 files changed, 4 insertions(+) create mode 160000 micropython diff --git a/.gitmodules b/.gitmodules index 120cda4..0c6cb0a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ # path = wasp/modules/bma42x-upy ## url = https://github.com/daniel-thompson/bma42x-upy # url = https://mirrors.spacecruft.org/daniel-thompson/bma42x-upy +[submodule "micropython"] + path = micropython + url = https://spacecruft.org/jebbatime/micropython.git diff --git a/micropython b/micropython new file mode 160000 index 0000000..79034e2 --- /dev/null +++ b/micropython @@ -0,0 +1 @@ +Subproject commit 79034e2b52e36248848fc76e2ee8c667926124cf