Closed GoogleCodeExporter closed 8 years ago
I think this is done in 2.9 by the following code in events.pde
#if COPTER_LEDS == ENABLED
if ( bitRead(g.copter_leds_mode, 3) ) { // Only Activate if a battery is connected to avoid alarm on USB only
piezo_on();
}
#endif // COPTER_LEDS
Original comment by Benny.Si...@gmail.com
on 20 Jan 2013 at 10:56
Issue closed.
If you find this is an error please report it in the new issues list
https://github.com/diydrones/ardupilot/issues?labels=ArduCopter&page=1&state=ope
n
Original comment by Benny.Si...@gmail.com
on 20 Jan 2013 at 10:56
Original issue reported on code.google.com by
fueck...@gmail.com
on 24 Feb 2012 at 10:01