Copter: reduce throttle rate D to zero
This commit is contained in:
parent
2fc25da4c3
commit
94d4ecef11
@ -933,7 +933,7 @@
|
||||
# define THROTTLE_I 0.0f
|
||||
#endif
|
||||
#ifndef THROTTLE_D
|
||||
# define THROTTLE_D 0.2f
|
||||
# define THROTTLE_D 0.0f
|
||||
#endif
|
||||
|
||||
#ifndef THROTTLE_IMAX
|
||||
|
Loading…
Reference in New Issue
Block a user