ACM: Increased the altitude error P for smoother alt hold response

This commit is contained in:
Jason Short 2012-03-10 12:40:44 -08:00
parent 4b703e8842
commit 220d5a1c6e
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@
#endif
#ifndef ALT_HOLD_P
# define ALT_HOLD_P 0.2 //
# define ALT_HOLD_P 0.5 //
#endif
#ifndef ALT_HOLD_I
# define ALT_HOLD_I 0.015