SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
707 stars 195 forks source link

removed HDOP from Nominal documentation as its is missing from GPSFix… #117

Open gregcope opened 5 years ago

gregcope commented 5 years ago

…_cfg.h

Hi,

I think there may be a documentation or config error.

The documentation suggests the nominal config reports HDOP, yet it is commented out in the GPSfix_cfg.h

//#define GPS_FIX_HDOP See; https://github.com/SlashDevin/NeoGPS/blob/master/extras/configs/Nominal/GPSfix_cfg.h#L27

This pull request corrects the documentation - an alternative is to uncomment that line, as the correct sentences #define NMEAGPS_PARSE_GGA are configured in;

https://github.com/SlashDevin/NeoGPS/blob/master/extras/configs/Nominal/NMEAGPS_cfg.h#L14