Commit ef4fff63 authored by Don Gagne's avatar Don Gagne

More prop warning on APM Stack

parent 97ee6ce7
......@@ -108,7 +108,8 @@ QGCView {
id: zeroTrimsDialogComponent
QGCViewMessage {
message: "Before calibrating you should zero all your trims and subtrims. Click Ok to start Calibration."
message: "Before calibrating you should zero all your trims and subtrims. Click Ok to start Calibration.\n\n" +
(QGroundControl.multiVehicleManager.activeVehicle.px4Firmware ? "" : "Please ensure all motor power is disconnected AND all props are removed from the vehicle.")
function accept() {
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