Browse Source

Changing from NAV_DLL_N to COM_DL_LOSS_T for determining data link loss (telemetry).

QGC4.4
dogmaphobic 10 years ago
parent
commit
54b76f930b
  1. 2
      src/AutoPilotPlugins/PX4/SafetyComponent.qml

2
src/AutoPilotPlugins/PX4/SafetyComponent.qml

@ -47,7 +47,7 @@ Rectangle { @@ -47,7 +47,7 @@ Rectangle {
}
FactTextField {
id: telemetryLossField
fact: autopilot.parameters["NAV_DLL_N"];
fact: autopilot.parameters["COM_DL_LOSS_T"];
showUnits: true
}
}

Loading…
Cancel
Save