From 5aa80c8ce8bec8b15c57eeadf22901210a84682c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 19 Sep 2021 19:09:37 -0400 Subject: [PATCH] grid to lat/lon --- groundstation/loc-add-foxtelem.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index 336e164c..439fd105 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -38,6 +38,8 @@ if (choice == '2'): print("grid is valid!") print (mh.to_location(grid)[0]) print (mh.to_location(grid)[1]) + latitude = mh.to_location(grid)[0] + longitude = mh.to_location(grid)[1] break else: print("grid is not valid!")