mirror of https://github.com/ArduPilot/ardupilot
ACM: made same as Loiter I
This commit is contained in:
parent
0d434ca92c
commit
a989b88680
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
// default RC speed in Hz if INSTANT_PWM is not used
|
// default RC speed in Hz if INSTANT_PWM is not used
|
||||||
#ifndef RC_FAST_SPEED
|
#ifndef RC_FAST_SPEED
|
||||||
# define RC_FAST_SPEED 400
|
# define RC_FAST_SPEED 490
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// LED and IO Pins
|
// LED and IO Pins
|
||||||
|
@ -700,7 +700,7 @@
|
||||||
# define NAV_P 3.0 //
|
# define NAV_P 3.0 //
|
||||||
#endif
|
#endif
|
||||||
#ifndef NAV_I
|
#ifndef NAV_I
|
||||||
# define NAV_I 0.25 // Wind control
|
# define NAV_I 0.20 // Wind control
|
||||||
#endif
|
#endif
|
||||||
#ifndef NAV_D
|
#ifndef NAV_D
|
||||||
# define NAV_D 0.00 //
|
# define NAV_D 0.00 //
|
||||||
|
|
Loading…
Reference in New Issue