From 4ab8aeaead65405b9ba2310bf173fcbea6a6a8b9 Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Mon, 14 Sep 2026 04:47:43 +0200 Subject: [PATCH] Add Firmware and CompanionApp as submodules Firmware -> MeadeController-Firmware (ESP32-C6 LX200 controller) CompanionApp -> MeadeController-CompanionApp (iOS companion app) Hardware/ (schematics/CAD) and editor-local files (.clangd, .vscode) are left out for now, scoped to just the two software repos. --- .gitignore | 3 +++ .gitmodules | 6 ++++++ CompanionApp | 1 + Firmware | 1 + 4 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 CompanionApp create mode 160000 Firmware diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7335481 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +.DS_Store +.vscode/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..81ff77b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Firmware"] + path = Firmware + url = git@github.com:manvalan/MeadeController-Firmware.git +[submodule "CompanionApp"] + path = CompanionApp + url = git@github.com:manvalan/MeadeController-CompanionApp.git diff --git a/CompanionApp b/CompanionApp new file mode 160000 index 0000000..a493216 --- /dev/null +++ b/CompanionApp @@ -0,0 +1 @@ +Subproject commit a49321647245962d1bf0687f003cbb2badf72361 diff --git a/Firmware b/Firmware new file mode 160000 index 0000000..a176f6f --- /dev/null +++ b/Firmware @@ -0,0 +1 @@ +Subproject commit a176f6f442b69ce63261094ecfe2e6075bfa5711