Update gps_client.py add mode

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

@ -59,5 +59,5 @@ except KeyboardInterrupt:
# Got ^C, or fell out of the loop. Cleanup, and leave.
session.close()
print("%.6f %.6f %.1f" % (lat, lon, alt))
print("%d %.6f %.6f %.1f" % (mode, lat, lon, alt))
exit(0)

Loading…
Cancel
Save

Powered by TurnKey Linux.