1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

convert NMEA0183 depth records

This commit is contained in:
andreas
2021-11-10 17:36:22 +01:00
parent b02290d4d6
commit 127eb3f84c
3 changed files with 113 additions and 1 deletions
+1
View File
@@ -225,6 +225,7 @@ private:
WaterDepth = DepthBelowTransducer + Offset;
updateDouble(boatData->WaterDepth, WaterDepth);
updateDouble(boatData->DepthTransducer,DepthBelowTransducer);
tNMEA0183Msg NMEA0183Msg;
if (NMEA0183SetDPT(NMEA0183Msg, DepthBelowTransducer, Offset,talkerId))
{