Commit 54b76f93 authored by dogmaphobic's avatar dogmaphobic

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

parent b35962d1
...@@ -47,7 +47,7 @@ Rectangle { ...@@ -47,7 +47,7 @@ Rectangle {
} }
FactTextField { FactTextField {
id: telemetryLossField id: telemetryLossField
fact: autopilot.parameters["NAV_DLL_N"]; fact: autopilot.parameters["COM_DL_LOSS_T"];
showUnits: true showUnits: true
} }
} }
......
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