ArduCopter - increased default THROTTLE_CRUISE to 450

This commit is contained in:
rmackay9 2012-03-20 16:34:07 +09:00
parent ce6b1ccc75
commit 0ba48a8556
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@
// Throttle control gains
//
#ifndef THROTTLE_CRUISE
# define THROTTLE_CRUISE 350 //
# define THROTTLE_CRUISE 450 //
#endif
#ifndef ALT_HOLD_P