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 20a3cfdcde
commit 11e5f7d40f

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