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 & Vehicle.SysStatusSensorRCReceiver
12 property int _unhealthySensors: globals.activeVehicle ? globals.activeVehicle.sensorsUnhealthyBits : 0