Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | driver_nmea0183: Tweak xxGGA mode setting. | Gary E. Miller | 2019-03-19 | 1 | -16/+16 |
| | |||||
* | driver_nmea0183: Have xxGGA set time and mode. | Gary E. Miller | 2019-03-18 | 1 | -16/+210 |
| | |||||
* | Change NMEA mode setting, thus major changes in gpsd_error_model(). | Gary E. Miller | 2019-03-07 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | The start of this overly large patch was to simply move the test for MODE_2D/3D flipping, which only affect NMEA 183, back into driver_nmea0813.c But that was intertwined with how gpsd_error_model() computes derived variables, which required major changes to how NMEA 183 mode_2D/3D are set. This ultimatly led to major regression test results. Almost all for the better. I tried to break it up, but moving from one paradigm to another needed one big jump... | ||||
* | Rebuild tests to address Savannah bug #52678... | Eric S. Raymond | 2018-12-26 | 1 | -25/+25 |
| | | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log | ||||
* | ATT: change heading to %.3f to match Trimble precision. | Gary E. Miller | 2018-09-11 | 1 | -4/+4 |
| | |||||
* | Add regression for hemisphere GPS. Fix detection of empty GPHDT. | Gary E. Miller | 2018-09-11 | 1 | -0/+778 |
A GPHDT with no heading was output as a heading of 0.00. |