mirror of https://github.com/ArduPilot/ardupilot
ACM: Lowered default Alt hold P
This commit is contained in:
parent
9e72d4c3f4
commit
96aabb7712
|
@ -779,7 +779,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef ALT_HOLD_P
|
||||
# define ALT_HOLD_P 0.4 // .5
|
||||
# define ALT_HOLD_P 0.3 // .5
|
||||
#endif
|
||||
#ifndef ALT_HOLD_I
|
||||
# define ALT_HOLD_I 0.038
|
||||
|
|
Loading…
Reference in New Issue