Skip to content

Commit

Permalink
Ksxt (#243)
Browse files Browse the repository at this point in the history
* Add KSXT

* Add HSXT to GPSData

* Add True Heading Dual Offset
  • Loading branch information
farmerbriantee authored Feb 3, 2022
1 parent 6269d6b commit cef0205
Show file tree
Hide file tree
Showing 11 changed files with 215 additions and 19 deletions.
32 changes: 31 additions & 1 deletion SourceCode/AgIO/Source/Forms/FormGPSData.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 64 additions & 2 deletions SourceCode/AgIO/Source/Forms/NMEA.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SourceCode/GPS/Classes/CNMEA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class CNMEA
//other GIS Info
public double altitude, speed;

public double headingTrueDual, headingTrue, hdop, age;
public double headingTrueDual, headingTrue, hdop, age, headingTrueDualOffset;

public int fixQuality, ageAlarm;
public int satellitesTracked;
Expand Down
2 changes: 1 addition & 1 deletion SourceCode/GPS/Forms/GUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 31 additions & 3 deletions SourceCode/GPS/Forms/Settings/ConfigData.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cef0205

Please sign in to comment.