mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
renamed HDG->HDT, MHDG->HDM
This commit is contained in:
@@ -177,8 +177,8 @@ class GwBoatData{
|
||||
|
||||
GWBOATDATA(double,COG,4000,formatCourse) // course over ground
|
||||
GWBOATDATA(double,SOG,4000,formatKnots) // speed over ground
|
||||
GWBOATDATA(double,HDG,4000,formatCourse) // true heading
|
||||
GWBOATDATA(double,MHDG,4000,formatCourse) // magnetic heading
|
||||
GWBOATDATA(double,HDT,4000,formatCourse) // true heading
|
||||
GWBOATDATA(double,HDM,4000,formatCourse) // magnetic heading
|
||||
GWBOATDATA(double,STW,4000,formatKnots) // water speed
|
||||
GWBOATDATA(double,VAR,4000,formatCourse) // variation
|
||||
GWBOATDATA(double,DEV,4000,formatCourse) // deviation
|
||||
|
||||
Reference in New Issue
Block a user