From 9879a8ae62e5815fc807048761248b582e915437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sun, 19 Dec 2021 22:26:40 +0100 Subject: [PATCH] Add submodules --- .gitmodules | 9 +++++++++ arduino/CommandStation-EX | 1 + arduino/WebThrottle-EX | 1 + arduino/dcc-ex.github.io | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 arduino/CommandStation-EX create mode 160000 arduino/WebThrottle-EX create mode 160000 arduino/dcc-ex.github.io diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..640cf9d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "arduino/CommandStation-EX"] + path = arduino/CommandStation-EX + url = https://github.com/DCC-EX/CommandStation-EX.git +[submodule "arduino/dcc-ex.github.io"] + path = arduino/dcc-ex.github.io + url = https://github.com/DCC-EX/dcc-ex.github.io +[submodule "arduino/WebThrottle-EX"] + path = arduino/WebThrottle-EX + url = https://github.com/DCC-EX/WebThrottle-EX diff --git a/arduino/CommandStation-EX b/arduino/CommandStation-EX new file mode 160000 index 0000000..92591c8 --- /dev/null +++ b/arduino/CommandStation-EX @@ -0,0 +1 @@ +Subproject commit 92591c8a2ef12707477ad702fc10e51a24503149 diff --git a/arduino/WebThrottle-EX b/arduino/WebThrottle-EX new file mode 160000 index 0000000..37dcc1e --- /dev/null +++ b/arduino/WebThrottle-EX @@ -0,0 +1 @@ +Subproject commit 37dcc1e9c118c4b324d0ffeb03c6e60d4bb2a2b4 diff --git a/arduino/dcc-ex.github.io b/arduino/dcc-ex.github.io new file mode 160000 index 0000000..d59b520 --- /dev/null +++ b/arduino/dcc-ex.github.io @@ -0,0 +1 @@ +Subproject commit d59b520586a7b48da0194443ad2eb35263534ca6