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.
pull/23/head
mmedvedmtd 2018-10-31 07:09:16 -04:00 zatwierdzone przez GitHub
rodzic f437c6dab4
commit f74baf21ee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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