Fixed latitude reporting in locationPlugin

The latitude was always 0, because it was the
altitude.
This commit is contained in:
Hemna 2021-01-14 14:02:02 -05:00
parent 7e3b95fd01
commit 4ca5c29d49
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class LocationPlugin(plugin.APRSDPluginBase):
searchcall,
wx_data["location"]["areaDescription"],
str(altfeet),
str(alt),
str(lat),
str(lon),
str("%.1f" % round(delta_hours, 1)),
).rstrip()