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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
build/
|
||||||
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
@@ -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
|
||||||
Submodule
+1
Submodule CompanionApp added at a493216472
Submodule
+1
Submodule Firmware added at a176f6f442
Reference in New Issue
Block a user