From dbbdccfcd8c3b69c5bff3d176f15d3eca9f7306c Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 15 Dec 2015 19:06:00 -0800 Subject: [PATCH] Remove partial support label --- src/VehicleSetup/FirmwareUpgrade.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VehicleSetup/FirmwareUpgrade.qml b/src/VehicleSetup/FirmwareUpgrade.qml index 1111ff6b1f..683daee785 100644 --- a/src/VehicleSetup/FirmwareUpgrade.qml +++ b/src/VehicleSetup/FirmwareUpgrade.qml @@ -289,7 +289,7 @@ QGCView { id: px4FlightStack checked: true exclusiveGroup: firmwareGroup - text: "PX4 Flight Stack (full QGC support)" + text: "PX4 Flight Stack" visible: !px4Flow onClicked: parent.firmwareVersionChanged(firmwareTypeList) @@ -298,7 +298,7 @@ QGCView { QGCRadioButton { id: apmFlightStack exclusiveGroup: firmwareGroup - text: "APM Flight Stack (partial QGC support)" + text: "APM Flight Stack" visible: !px4Flow onClicked: { -- GitLab