From 4ce00a4829c528ae39acc6384a240c0c2d2191b0 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 1 Jul 2019 16:53:28 +1000 Subject: [PATCH] esp32s2beta: Change esp32-s2 wifi library URL to GitHub --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f146c1f5b9..6fd2dc42dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,6 +65,7 @@ [submodule "components/esp_wifi/lib_esp32"] path = components/esp_wifi/lib_esp32 url = https://github.com/espressif/esp32-wifi-lib.git + [submodule "components/esp_wifi/lib_esp32s2beta"] path = components/esp_wifi/lib_esp32s2beta - url = ssh://git@gitlab.espressif.cn:27227/idf/esp32-wifi-lib.git + url = https://github.com/espressif/esp32-wifi-lib.git