diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index f6be8dc0cff65e36a8ffcc186250149b17ef8175..8a3699ae1935e62d02716668b55fd46a33fb1584 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -348,7 +348,7 @@ QGCView { id: airspeedButton width: parent.buttonWidth text: qsTr("Airspeed") - visible: controller.fixedWing + visible: controller.vehicle.fixedWing && controller.getParameterFact(-1, "CBRK_AIRSPD_CHK").value != 162128 indicatorGreen: sens_dpres_off.value != 0 onClicked: {