Commit c3c3f5f8 authored by Don Gagne's avatar Don Gagne

Use new controller.vehicle property to get fixedWing

parent dc75f674
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment