mirror of https://github.com/ArduPilot/ardupilot
ACM : Fix for reloading the user DCM gains upon arming
This commit is contained in:
parent
5684934989
commit
89784b99cf
|
@ -158,6 +158,10 @@ static void init_arm_motors()
|
|||
// temp hack
|
||||
motor_light = true;
|
||||
digitalWrite(A_LED_PIN, LED_ON);
|
||||
|
||||
// revert back to user default
|
||||
ahrs._kp.load();
|
||||
ahrs._kp_yaw.load();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue