4import QGroundControl.Controls
7 name: qsTr("Radio Control")
8 manualText: qsTr("Receiving signal. Perform range test & confirm.")
9 telemetryTextFailure: qsTr("No signal or invalid autopilot-RC config. Check RC and console.")
10 telemetryFailure: false//_unhealthySensors & MAVLinkEnums.MAV_SYS_STATUS_SENSOR_RC_RECEIVER
12 property int _unhealthySensors: globals.activeVehicle ? globals.activeVehicle.sensorsUnhealthyBits : 0