mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 14:33:07 +01:00
convert NMEA0183 depth records
This commit is contained in:
@@ -225,6 +225,7 @@ private:
|
||||
|
||||
WaterDepth = DepthBelowTransducer + Offset;
|
||||
updateDouble(boatData->WaterDepth, WaterDepth);
|
||||
updateDouble(boatData->DepthTransducer,DepthBelowTransducer);
|
||||
tNMEA0183Msg NMEA0183Msg;
|
||||
if (NMEA0183SetDPT(NMEA0183Msg, DepthBelowTransducer, Offset,talkerId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user