Plane: changed TKOFF_THR_DELAY default to 2

this makes it safer for hand launch with pusher props
This commit is contained in:
Andrew Tridgell 2013-09-19 21:42:21 +10:00
parent 43cf0736a3
commit 328e900364
2 changed files with 2 additions and 1 deletions

View File

@ -475,6 +475,7 @@ static bool auto_takeoff_check(void)
goto no_launch;
}
// we've reached the acceleration threshold, so start the timer
if (!launchTimerStarted) {
launchTimerStarted = true;
last_tkoff_arm_time = now;

View File

@ -113,7 +113,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Range: 0 15
// @Increment: 1
// @User: User
GSCALAR(takeoff_throttle_delay, "TKOFF_THR_DELAY", 0),
GSCALAR(takeoff_throttle_delay, "TKOFF_THR_DELAY", 2),
// @Param: LEVEL_ROLL_LIMIT
// @DisplayName: Level flight roll limit