Commit 09bf5f6c authored by Gus Grubba's avatar Gus Grubba

Merge pull request #2594 from dogmaphobic/fixGPSLingo

Updating GPS lock type text.
parents 320eb182 2e67636c
......@@ -200,10 +200,10 @@ Rectangle {
return "3D Lock"
}
if(activeVehicle.satelliteLock == 4) {
return "3D Lock with Differential"
return "3D DGPS Lock"
}
if(activeVehicle.satelliteLock == 5) {
return "3D Lock with Relative Positioning"
return "3D RTK GPS Lock"
}
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