diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml index c4d7f93..7211124 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml @@ -21,7 +21,6 @@ Column { VehicleSummaryRow { labelText: "Compass:" valueText: mag0IdFact.value == 0 ? "Setup required" : "Ready" - } } Row {