mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
Flash LED and backlight LEDs working including blinking
This commit is contained in:
@@ -417,7 +417,7 @@ void OBP60Task(GwApi *api){
|
||||
if(String(backlight) == "Control by Key"){
|
||||
if(keyboardMessage == 6){
|
||||
LOG_DEBUG(GwLog::LOG,"Toggle Backlight LED");
|
||||
togglePortPin(OBP_BACKLIGHT_LED);
|
||||
toggleBacklightLED();
|
||||
}
|
||||
}
|
||||
// #9 Swipe right
|
||||
|
||||
Reference in New Issue
Block a user