From 6d6f7ef2602a43fced3c82f08cac72f6a2d6ee15 Mon Sep 17 00:00:00 2001 From: bogdan Date: Sun, 20 Aug 2023 12:33:44 +0200 Subject: [PATCH] added submodule webguicomp --- .gitmodules | 3 +++ WEBUI_SRC/src/components/webguicomp | 1 + 2 files changed, 4 insertions(+) create mode 160000 WEBUI_SRC/src/components/webguicomp diff --git a/.gitmodules b/.gitmodules index 994a2b5..b51e734 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "components/esp_cron"] path = components/esp_cron url = https://github.com/userbogd/esp_cron.git +[submodule "WEBUI_SRC/src/components/webguicomp"] + path = WEBUI_SRC/src/components/webguicomp + url = https://gitlab.com/userbogd/webguicomp.git diff --git a/WEBUI_SRC/src/components/webguicomp b/WEBUI_SRC/src/components/webguicomp new file mode 160000 index 0000000..a299fd7 --- /dev/null +++ b/WEBUI_SRC/src/components/webguicomp @@ -0,0 +1 @@ +Subproject commit a299fd729873fad89c611db9b5d1081e842a8e31