1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

send/receive zda

This commit is contained in:
andreas
2021-11-11 18:53:59 +01:00
parent e1e2998a9a
commit 3cd9c5cea6
3 changed files with 104 additions and 14 deletions

View File

@@ -144,6 +144,7 @@ class GwBoatData{
GWBOATDATA(uint32_t,Log,0,mtr2nm)
GWBOATDATA(uint32_t,TripLog,0,mtr2nm)
GWBOATDATA(uint32_t,DaysSince1970,4000,formatFixed0)
GWBOATDATA(int16_t,Timezone,8000,formatFixed0)
public:
GwBoatData(GwLog *logger);
~GwBoatData();