mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
#44: implement workaround factor for ROT
This commit is contained in:
@@ -887,6 +887,7 @@ private:
|
||||
LOG_DEBUG(GwLog::DEBUG,"unable to parse ROT %s",msg.line);
|
||||
return;
|
||||
}
|
||||
ROT=ROT / ROT_WA_FACTOR;
|
||||
if (! updateDouble(boatData->ROT,ROT,msg.sourceId)) return;
|
||||
tN2kMsg n2kMsg;
|
||||
SetN2kRateOfTurn(n2kMsg,1,ROT);
|
||||
|
||||
Reference in New Issue
Block a user