Arducopter

for rate altitude changes
This commit is contained in:
Jason Short 2012-07-18 22:45:52 -07:00
parent 16adaf12db
commit bfabc54b01

View File

@ -789,7 +789,7 @@
# define THROTTLE_P 0.4 // .25
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0 // Don't edit
# define THROTTLE_I 0.02
#endif
#ifndef THROTTLE_D
# define THROTTLE_D 0.0 //