From 611c379bc5aeecdf617aa360df099e29cc87f339 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sat, 2 Jan 2021 13:57:30 -0800 Subject: [PATCH] Level Horizon always green indicator --- src/AutoPilotPlugins/PX4/SensorsSetup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsSetup.qml b/src/AutoPilotPlugins/PX4/SensorsSetup.qml index 7c15378..df4e842 100644 --- a/src/AutoPilotPlugins/PX4/SensorsSetup.qml +++ b/src/AutoPilotPlugins/PX4/SensorsSetup.qml @@ -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