添加vehicle manage submodule

This commit is contained in:
hm
2021-05-15 15:48:19 +08:00
parent 41bde8d7c7
commit a51b447d05
3 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
[submodule "mavlink"]
path = mavlink
url = https://sh.matthewgong.com/matt/c_library_v2.git
url = https://sh.matthewgong.com/matt/c_library_v2.git
[submodule "VehicleManage"]
path = VehicleManage
url = git@sh.matthewgong.com:hm/VehicleManage.git
+2
View File
@@ -2,6 +2,8 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += VehicleManage
SUBDIRS += Skin
SUBDIRS += opmap
SUBDIRS += Cockpit
Submodule
+1
Submodule VehicleManage added at 376ab13792