Update gps_client.py -1 result if gpsd not installed

master-psag-fm-only-fsk
Alan Johnston 2 weeks ago committed by GitHub
parent 4f27bb8e5a
commit fa592ae136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,10 +8,10 @@ run this way: python3 example1.py.txt
# this client is for the CubeSatSim Lite which does not have a Pico microcontroller
import gps # the gpsd interface module
import time
try:
import gps # the gpsd interface module
import time
mode = -1
lat = 0

Loading…
Cancel
Save

Powered by TurnKey Linux.