From f74baf21ee69e0870e4cab5886bf40c98d8c4b54 Mon Sep 17 00:00:00 2001 From: mmedvedmtd <37149096+mmedvedmtd@users.noreply.github.com> Date: Wed, 31 Oct 2018 07:09:16 -0400 Subject: [PATCH] Don't clear date in RMC strings w/o a fix So that RTC enabled GPS units can send the date and time both back. --- micropyGPS.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micropyGPS.py b/micropyGPS.py index f4a8527..f0ea29f 100644 --- a/micropyGPS.py +++ b/micropyGPS.py @@ -264,7 +264,6 @@ class MicropyGPS(object): self._longitude = [0, 0.0, 'W'] self.speed = [0.0, 0.0, 0.0] self.course = 0.0 - self.date = [0, 0, 0] self.valid = False return True