Merge branch 'master' into testing

pull/161/head
Mark Jessop 2019-04-17 22:09:31 +09:30
commit a38ce3d5d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -259,7 +259,7 @@ class SondeDecoder(object):
self.log_error("Could not obtain GPS ephemeris or almanac data.")
return None
else:
_rs92_gps_data = "-a almanac.txt"
_rs92_gps_data = "-a almanac.txt --gpsepoch 2" # Note - This will need to be updated in... 19 years.
else:
_rs92_gps_data = "-e ephemeris.dat"
else: