ArduCopter - increased default THROTTLE_CRUISE to 450

This commit is contained in:
rmackay9 2012-03-20 16:34:07 +09:00
parent 22315cd41a
commit 0773a25b5d
1 changed files with 1 additions and 1 deletions

View File

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