Browse Source

Move to new plan master controller

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
ade8ba0bab
  1. 2
      src/PlanView/PlanView.qml

2
src/PlanView/PlanView.qml

@ -138,7 +138,7 @@ QGCView { @@ -138,7 +138,7 @@ QGCView {
text: qsTr("Pause and Upload")
onClicked: {
_activeVehicle.flightMode = _activeVehicle.pauseFlightMode
_missionController.sendToVehicle()
_planMasterController.sendToVehicle()
hideDialog()
}
}

Loading…
Cancel
Save