Change init value of ublox dynamic model to be more unique

pull/23/head
Mark Jessop 2024-11-23 08:49:10 +10:30
rodzic 1aacd2f3a3
commit 3e99644b39
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -948,7 +948,7 @@ class UBloxGPS(object):
'leapS': 0, # GPS Leap Seconds (Difference between GPS time and UTC time)
'timestamp': " ", # ISO-8601 Compliant Date-code (generate by Python's datetime.isoformat() function)
'datetime': datetime.datetime.utcnow(), # Fix time as a datetime object.
'dynamic_model': 20 # Current dynamic model in use.
'dynamic_model': 255 # Current dynamic model in use.
}
# Lock files for writing and reading to the internal state dictionary.
state_writelock = False