mirror of https://github.com/ArduPilot/ardupilot
Lowering the throttle_P values by default
This commit is contained in:
parent
650c0ed3f1
commit
02aacc454b
|
@ -677,7 +677,7 @@
|
|||
|
||||
// RATE control
|
||||
#ifndef THROTTLE_P
|
||||
# define THROTTLE_P 0.5 //
|
||||
# define THROTTLE_P 0.35 //
|
||||
#endif
|
||||
#ifndef THROTTLE_I
|
||||
# define THROTTLE_I 0.0 //
|
||||
|
|
Loading…
Reference in New Issue