NeoGPS
NeoGPS copied to clipboard
Cannot access 'fix.hdop' parameter!
When I try to access, fix.hdop using: hdop = fix.hdop;
(Screenshot attached)

I get the following error: 'class gps_fix' has no member named 'hdop'
(While I can easily access all other parameters like fix.latitude etc.
Please check into this issue and help me out.
Thanks!
- Project is abandoned.
- The documentation is top-of-the-top: read it. https://github.com/SlashDevin/NeoGPS/blob/master/extras/doc/Configurations.md
- This is not a bug / issue.
Do you have #define GPS_FIX_HDOP enabled in GPSfix_cfg.h? I think that must be enabled to be accessible via the fix structure, as the GPSfix_cfg.h states:
* Disabling a member prevents it from being parsed from a received message.
* The disabled member cannot be accessed or stored, and its validity flag
* would not be available. It will not be declared, and code that uses that
* member will not compile.