Copter: increase min LAND_SPEED to 30cm/s

This commit is contained in:
Randy Mackay 2013-11-19 16:46:16 +09:00
parent e6a2940718
commit 0219c85ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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),