mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
hack to fix Motor lights when arming after init.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3100 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
6b2139221d
commit
75114aa93f
@ -49,6 +49,10 @@ static void arm_motors()
|
|||||||
startup_ground();
|
startup_ground();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// temp hack
|
||||||
|
motor_light = true;
|
||||||
|
digitalWrite(A_LED_PIN, HIGH);
|
||||||
|
|
||||||
// tune down compass
|
// tune down compass
|
||||||
// -----------------
|
// -----------------
|
||||||
dcm.kp_yaw(0.08);
|
dcm.kp_yaw(0.08);
|
||||||
|
Loading…
Reference in New Issue
Block a user