Lowering the throttle_P values by default

This commit is contained in:
Jason Short 2012-01-29 16:27:13 -08:00
parent af0b0d5a7f
commit 370d633f51

View File

@ -677,7 +677,7 @@
// RATE control
#ifndef THROTTLE_P
# define THROTTLE_P 0.5 //
# define THROTTLE_P 0.35 //
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0 //