Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
67b72725
Unverified
Commit
67b72725
authored
Mar 09, 2020
by
Don Gagne
Committed by
GitHub
Mar 09, 2020
Browse files
Merge pull request #8518 from dakejahl/pr-fix_sensors_check
fixed preflight sensors check
parents
a770746b
cd6803a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/PreFlightSensorsHealthCheck.qml
View file @
67b72725
...
...
@@ -17,7 +17,7 @@ PreFlightCheckButton {
name
:
qsTr
(
"
Sensors
"
)
telemetryFailure
:
_unhealthySensors
&
_allCheckedSensors
property
int
_unhealthySensors
:
activeVehicle
?
activeVehicle
.
sensorsUnhealthyBits
:
0
property
int
_unhealthySensors
:
activeVehicle
?
activeVehicle
.
sensorsUnhealthyBits
:
1
property
int
_allCheckedSensors
:
Vehicle
.
SysStatusSensor3dMag
|
Vehicle
.
SysStatusSensor3dAccel
|
Vehicle
.
SysStatusSensor3dGyro
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment