increased speed of alt hold I term based on Jani's Logs

This commit is contained in:
Jason Short 2012-02-25 13:22:42 -08:00
parent 1ce267f904
commit cc5ab4aebf
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@
# define ALT_HOLD_P 0.4 // # define ALT_HOLD_P 0.4 //
#endif #endif
#ifndef ALT_HOLD_I #ifndef ALT_HOLD_I
# define ALT_HOLD_I 0.02 # define ALT_HOLD_I 0.04
#endif #endif
#ifndef ALT_HOLD_IMAX #ifndef ALT_HOLD_IMAX
# define ALT_HOLD_IMAX 300 # define ALT_HOLD_IMAX 300