Update gps_client.py fix mode print

pi-sensors-auto-gps
Alan Johnston 4 days ago committed by GitHub
parent b6930b424b
commit 8bb167acd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ try:
# (("Invalid", "NO_FIX", "2D", "3D")[session.fix.mode],
# session.fix.mode), end="")
# print time, if we have it
print("%d ", session.fix.mode)
print("%d " % session.fix.mode, end="")
# if gps.TIME_SET & session.valid:
# print(session.fix.time, end="")
# else:

Loading…
Cancel
Save

Powered by TurnKey Linux.