Browse Source

Updating GPS lock type text.

QGC4.4
dogmaphobic 9 years ago
parent
commit
2e67636cef
  1. 4
      src/ui/toolbar/MainToolBar.qml

4
src/ui/toolbar/MainToolBar.qml

@ -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 + ")"
} }

Loading…
Cancel
Save