pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent e1d1f961ab
commit e6dbdd1f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,8 @@ while (True):
lon = telem_json['entries'][0]['lng']
telem_string = telem_json['entries'][0]['comment']
print(lat_json)
print(lon_json)
print(lat)
print(lon)
print(telem_string)
chunks = telem_string.split(' ')

Loading…
Cancel
Save

Powered by TurnKey Linux.