Commit 9f98dfe9 authored by Don Gagne's avatar Don Gagne

Change default takeoff alt to 3 meters

This gets it above your head
parent 750072dc
......@@ -426,7 +426,7 @@ Item {
break;
case confirmTakeoff:
altitudeSlider.visible = true
altitudeSlider.setInitialValueMeters(2)
altitudeSlider.setInitialValueMeters(3)
guidedModeConfirm.confirmText = qsTr("takeoff")
break;
case confirmLand:
......
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