1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

further move to dynamic boat data

This commit is contained in:
andreas
2021-10-18 21:58:32 +02:00
parent 9fa577c768
commit 68769368f2
3 changed files with 33 additions and 25 deletions

View File

@@ -41,8 +41,8 @@ protected:
GwBoatItem<double> * altitude;
double Variation;
GwBoatItem<double> *heading;
double COG;
double SOG;
GwBoatItem<double> *cog;
GwBoatItem<double> *sog;
double STW;
double TWS;
@@ -65,9 +65,7 @@ protected:
uint16_t DaysSince1970;
double SecondsSinceMidnight;
unsigned long LastHeadingTime;
unsigned long LastCOGSOGTime;
unsigned long LastPosSend;
unsigned long LastWindTime;
unsigned long NextRMCSend;