mirror of https://github.com/ArduPilot/ardupilot
ArduCopter - increased default THROTTLE_CRUISE to 450
This commit is contained in:
parent
ce6b1ccc75
commit
0ba48a8556
|
@ -723,7 +723,7 @@
|
|||
// Throttle control gains
|
||||
//
|
||||
#ifndef THROTTLE_CRUISE
|
||||
# define THROTTLE_CRUISE 350 //
|
||||
# define THROTTLE_CRUISE 450 //
|
||||
#endif
|
||||
|
||||
#ifndef ALT_HOLD_P
|
||||
|
|
Loading…
Reference in New Issue