Browse Source

AP_Notify: fixed LED colour for no-GPS and armed

master
Andrew Tridgell 11 years ago
parent
commit
330a4649fd
  1. 4
      libraries/AP_Notify/ToshibaLED.cpp

4
libraries/AP_Notify/ToshibaLED.cpp

@ -168,8 +168,8 @@ void ToshibaLED::update_colours(void) @@ -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{

Loading…
Cancel
Save