Skip to content

Commit

Permalink
Change init value of ublox dynamic model to be more unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Nov 22, 2024
1 parent 1aacd2f commit 3e99644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tx/ublox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e99644

Please sign in to comment.