diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index a4884e9baa17f3841a80d3145bc5d7b3226f1f77..3c879ca7eafe609cce5fcad7966253e0f0144e63 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -88,7 +88,8 @@ QGCView { "ROTATION_ROLL_270_YAW_135", "ROTATION_PITCH_90", "ROTATION_PITCH_270", - "ROTATION_ROLL_270_YAW_270" + "ROTATION_ROLL_270_YAW_270", + "ROTATION_PITCH_90_YAW_180" ] property Fact cal_mag0_id: controller.getParameterFact(-1, "CAL_MAG0_ID")