mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
New hardware setup for OBP60 V2
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
// Limits for roll
|
||||
if(value1*360/(2*PI) > -1*rolllimit && value1*360/(2*PI) < rolllimit){
|
||||
setBlinkingLED(false);
|
||||
setPortPin(OBP_FLASH_LED, false);
|
||||
setFlashLED(false);
|
||||
}
|
||||
else{
|
||||
setBlinkingLED(true);
|
||||
|
||||
Reference in New Issue
Block a user