diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml index 2cadb3d4b41a1ca54c5c130f8b44846390b0c8f9..5c4e4ff63ea172fcec95d225544480ff97ada0c9 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml @@ -44,7 +44,7 @@ FactPanel { VehicleSummaryRow { labelText: "Airspeed:" - valueText: dPressOffFact.value == 0 ? "Setup required" : "Ready" + valueText: dpressOffFact.value == 0 ? "Setup required" : "Ready" } } }