added note altitude is in integer meters

pull/128/head
alanbjohnston 5 years ago committed by GitHub
parent 7b68bfb001
commit cba27e8175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ if ((latitude != 0) and (longitude != 0) or grid):
print("\nFoxTelem configuration updated with your maidenhead grid square")
alt = input("\nType your altitude: ")
alt = input("\nType your altitude in integer meters: ")
try:
altitude = int(alt)
#print(altitude)

Loading…
Cancel
Save

Powered by TurnKey Linux.