Commit ade8ba0b authored by DonLakeFlyer's avatar DonLakeFlyer

Move to new plan master controller

parent 6e1232db
...@@ -138,7 +138,7 @@ QGCView { ...@@ -138,7 +138,7 @@ QGCView {
text: qsTr("Pause and Upload") text: qsTr("Pause and Upload")
onClicked: { onClicked: {
_activeVehicle.flightMode = _activeVehicle.pauseFlightMode _activeVehicle.flightMode = _activeVehicle.pauseFlightMode
_missionController.sendToVehicle() _planMasterController.sendToVehicle()
hideDialog() hideDialog()
} }
} }
......
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