Browse Source

Level Horizon always green indicator

QGC4.4
DonLakeFlyer 4 years ago committed by Don Gagne
parent
commit
611c379bc5
  1. 2
      src/AutoPilotPlugins/PX4/SensorsSetup.qml

2
src/AutoPilotPlugins/PX4/SensorsSetup.qml

@ -443,7 +443,7 @@ Item { @@ -443,7 +443,7 @@ Item {
id: levelButton
width: _buttonWidth
text: qsTr("Level Horizon")
indicatorGreen: sens_board_x_off.value !== 0 || sens_board_y_off.value !== 0 | sens_board_z_off.value !== 0
indicatorGreen: true
enabled: cal_acc0_id.value !== 0 && cal_gyro0_id.value !== 0
visible: QGroundControl.corePlugin.options.showSensorCalibrationLevel && showSensorCalibrationLevel

Loading…
Cancel
Save