Browse Source

Disabled text field is telemetry timeout not used

QGC4.4
Don Gagne 10 years ago
parent
commit
58021535e2
  1. 2
      src/AutoPilotPlugins/PX4/SafetyComponent.qml

2
src/AutoPilotPlugins/PX4/SafetyComponent.qml

@ -69,6 +69,7 @@ Rectangle { @@ -69,6 +69,7 @@ Rectangle {
Row {
spacing: 10
FactCheckBox {
id: telemetryTimeoutCheckbox
fact: autopilot.parameters["COM_DL_LOSS_EN"]
checkedValue: 1
uncheckedValue: 0
@ -81,6 +82,7 @@ Rectangle { @@ -81,6 +82,7 @@ Rectangle {
id: telemetryLossField
fact: autopilot.parameters["COM_DL_LOSS_T"];
showUnits: true
enabled: telemetryTimeoutCheckbox.checked
}
}

Loading…
Cancel
Save