Commit 2e67636c authored by dogmaphobic's avatar dogmaphobic

Updating GPS lock type text.

parent 438cf368
...@@ -200,10 +200,10 @@ Rectangle { ...@@ -200,10 +200,10 @@ Rectangle {
return "3D Lock" return "3D Lock"
} }
if(activeVehicle.satelliteLock == 4) { if(activeVehicle.satelliteLock == 4) {
return "3D Lock with Differential" return "3D DGPS Lock"
} }
if(activeVehicle.satelliteLock == 5) { if(activeVehicle.satelliteLock == 5) {
return "3D Lock with Relative Positioning" return "3D RTK GPS Lock"
} }
return "Unkown Lock Type (" + activeVehicle.satelliteLock + ")" return "Unkown Lock Type (" + activeVehicle.satelliteLock + ")"
} }
......
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