mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: THR_ACCEL_IMAX default to 800
This commit is contained in:
parent
f9f6f39d61
commit
d15a5f9dcb
@ -694,7 +694,7 @@
|
||||
# define THROTTLE_ACCEL_D 0.0f
|
||||
#endif
|
||||
#ifndef THROTTLE_ACCEL_IMAX
|
||||
# define THROTTLE_ACCEL_IMAX 500
|
||||
# define THROTTLE_ACCEL_IMAX 800
|
||||
#endif
|
||||
|
||||
// default maximum vertical velocity and acceleration the pilot may request
|
||||
|
Loading…
Reference in New Issue
Block a user