Skip to content

Commit

Permalink
Include custom mavlink
Browse files Browse the repository at this point in the history
Use spacecraft enum


Update spacecraft
  • Loading branch information
Jaeyoung-Lim committed Jun 25, 2024
1 parent 2f360d8 commit 63da566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/PX4/GpsDrivers.git
[submodule "libs/mavlink/include/mavlink/v2.0"]
path = libs/mavlink/include/mavlink/v2.0
url = https://github.com/mavlink/c_library_v2.git
url = https://github.com/DISCOWER/mavlink.git
[submodule "libs/OpenSSL/android_openssl"]
path = libs/OpenSSL/android_openssl
url = https://github.com/KDAB/android_openssl
Expand Down
2 changes: 1 addition & 1 deletion libs/mavlink/include/mavlink/v2.0
2 changes: 1 addition & 1 deletion src/AutoPilotPlugins/PX4/PX4TuningComponent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ QUrl PX4TuningComponent::setupSource(void) const
case MAV_TYPE_VTOL_RESERVED5:
qmlFile = "qrc:/qml/PX4TuningComponentVTOL.qml";
break;
case 99:
case MAV_TYPE_SPACECRAFT:
// Spacecraft Type
qmlFile = "qrc:/qml/PX4TuningComponentSpacecraft.qml";
default:
Expand Down

0 comments on commit 63da566

Please sign in to comment.