Skip to content

Don't report an error when no valid NMEA GGA or RMC location is found

Sebastian Krzyszkowiak requested to merge dos/geoclue:error into master

A valid NMEA sentence can have no valid location. Propagate parsing errors further, but ignore the case when there's no location found, as that could easily be caused by simply not having a valid GPS fix.

Merge request reports