Skip to content
Snippets Groups Projects
Commit 0232b25f authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: update LED_MODE bitmask @values to always enable leds

parent ea3d3887
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -578,7 +578,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: LED_MODE // @Param: LED_MODE
// @DisplayName: Copter LED Mode // @DisplayName: Copter LED Mode
// @Description: bitmap to control the copter led mode // @Description: bitmap to control the copter led mode
// @Values: 0:Disabled,1:Enable,2:GPS On,4:Aux,8:Buzzer,16:Oscillate,32:Nav Blink,64:GPS Nav Blink // @Values: 0:Disabled,1:Enable,3:GPS On,4:Aux,9:Buzzer,17:Oscillate,33:Nav Blink,65:GPS Nav Blink
// @User: Standard // @User: Standard
GSCALAR(copter_leds_mode, "LED_MODE", 9), GSCALAR(copter_leds_mode, "LED_MODE", 9),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment