mirror of https://github.com/ArduPilot/ardupilot
Plane: lower default Q_M_SPOOL_TIME to 0.25
This commit is contained in:
parent
2187417d74
commit
c294519925
|
@ -347,6 +347,7 @@ static const struct {
|
|||
{ "Q_A_RAT_PIT_P", 0.25 },
|
||||
{ "Q_A_RAT_PIT_I", 0.25 },
|
||||
{ "Q_A_RAT_PIT_FILT", 10.0 },
|
||||
{ "Q_M_SPOOL_TIME", 0.25 },
|
||||
};
|
||||
|
||||
QuadPlane::QuadPlane(AP_AHRS_NavEKF &_ahrs) :
|
||||
|
|
Loading…
Reference in New Issue