diff --git a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml index 3128cd5c47425822ce6c79c094e4584e1eb1011c..2cadb3d4b41a1ca54c5c130f8b44846390b0c8f9 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml @@ -21,7 +21,7 @@ FactPanel { property Fact mag0IdFact: controller.getParameterFact(-1, "CAL_MAG0_ID") property Fact gyro0IdFact: controller.getParameterFact(-1, "CAL_GYRO0_ID") property Fact accel0IdFact: controller.getParameterFact(-1, "CAL_ACC0_ID") - property Fact dpresssOffFact: controller.getParameterFact(-1, "SENS_DPRES_OFF") + property Fact dpressOffFact: controller.getParameterFact(-1, "SENS_DPRES_OFF") Column { anchors.fill: parent