ACM: decreased rate P for alt hold to remove bumpy repsonse

This commit is contained in:
Jason Short 2012-03-10 12:41:06 -08:00
parent 220d5a1c6e
commit 83729d0f75
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@
// RATE control
#ifndef THROTTLE_P
# define THROTTLE_P 0.45 //
# define THROTTLE_P 0.25 //
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0 // Don't edit