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

Copter: increase min LAND_SPEED to 30cm/s

parent 878ef115
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -226,7 +226,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Land speed // @DisplayName: Land speed
// @Description: The descent speed for the final stage of landing in cm/s // @Description: The descent speed for the final stage of landing in cm/s
// @Units: cm/s // @Units: cm/s
// @Range: 20 200 // @Range: 30 200
// @Increment: 10 // @Increment: 10
// @User: Standard // @User: Standard
GSCALAR(land_speed, "LAND_SPEED", LAND_SPEED), 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