Commit 58021535 authored by Don Gagne's avatar Don Gagne

Disabled text field is telemetry timeout not used

parent 7955dc3a
......@@ -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 {
id: telemetryLossField
fact: autopilot.parameters["COM_DL_LOSS_T"];
showUnits: true
enabled: telemetryTimeoutCheckbox.checked
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment