Skip to content
Snippets Groups Projects
Commit 330a4649 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_Notify: fixed LED colour for no-GPS and armed

parent 58d3729d
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,8 @@ void ToshibaLED::update_colours(void)
}else{
// solid blue if armed with no GPS lock
_red_des = TOSHIBA_LED_OFF;
_blue_des = TOSHIBA_LED_OFF;
_green_des = TOSHIBA_LED_DIM;
_blue_des = TOSHIBA_LED_DIM;
_green_des = TOSHIBA_LED_OFF;
}
return;
}else{
......
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