-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
My device (Ublox ZED-F9P) submits an empty course value when the device is stationary, for example:
['GNRMC', '051003.00', 'A', '100', 'N', '100', 'E', '0.124', '', '080122', '', '', 'A', 'V']
which fact invalidates current parser here:
| course = float(gps_segments[8]) |
I do not know what is your favourite solution to that so I am not submitting a pull request, but it should be fixed in some way :)
Metadata
Metadata
Assignees
Labels
No labels