Skip to content
Snippets Groups Projects
Commit 0219c85e authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: increase min LAND_SPEED to 30cm/s

parent e6a29407
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Land speed
// @Description: The descent speed for the final stage of landing in cm/s
// @Units: cm/s
// @Range: 20 200
// @Range: 30 200
// @Increment: 10
// @User: Standard
GSCALAR(land_speed, "LAND_SPEED", LAND_SPEED),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment