Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments on inclusions #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/NMEAGPS_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
// sentences contain time information. Both date and time are
// required if you will be doing time_t-to-clock_t operations.

#define NMEAGPS_PARSE_GGA
//#define NMEAGPS_PARSE_GLL
//#define NMEAGPS_PARSE_GSA
//#define NMEAGPS_PARSE_GSV
//#define NMEAGPS_PARSE_GST
#define NMEAGPS_PARSE_RMC
//#define NMEAGPS_PARSE_VTG
//#define NMEAGPS_PARSE_ZDA
#define NMEAGPS_PARSE_GGA // System fix data
//#define NMEAGPS_PARSE_GLL // Geographic Latitude and Longitude
//#define NMEAGPS_PARSE_GSA // DOP and active satellites
//#define NMEAGPS_PARSE_GSV // Satellites in View
//#define NMEAGPS_PARSE_GST // Pseudo Range Error Statistics
#define NMEAGPS_PARSE_RMC // Recommended Minimum specific GPS/Transit data
//#define NMEAGPS_PARSE_VTG // Course over ground and Ground speed
//#define NMEAGPS_PARSE_ZDA // UTC Time and Date

//------------------------------------------------------
// Select which sentence is sent *last* by your GPS device
Expand Down Expand Up @@ -339,4 +339,4 @@
#error You cannot enable both TIMESTAMP_FROM_INTERVAL and PPS in NMEAGPS_cfg.h!
#endif

#endif
#endif