From 009f396a2eb6225d46ffdc751e3eeaeb6bd31188 Mon Sep 17 00:00:00 2001 From: CrNMGuy Date: Fri, 10 Aug 2018 19:08:11 +0200 Subject: [PATCH] Comments on inclusions --- src/NMEAGPS_cfg.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/NMEAGPS_cfg.h b/src/NMEAGPS_cfg.h index cf497b4..e3a3d03 100644 --- a/src/NMEAGPS_cfg.h +++ b/src/NMEAGPS_cfg.h @@ -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 @@ -339,4 +339,4 @@ #error You cannot enable both TIMESTAMP_FROM_INTERVAL and PPS in NMEAGPS_cfg.h! #endif -#endif \ No newline at end of file +#endif