Fixed(?) problem with tracking of last forwarded update.

This commit is contained in:
Chris Smith 2021-04-06 14:27:53 -05:00
parent 8a3fb1c768
commit 8673dcd574

View file

@ -281,7 +281,7 @@ def getEvents():
# float Longitude, float Altitude in feet, int float course in degrees,
# float speed in knots, comment
def sendAPRS(device, DevID, ARPreamble, tstamp, lat, long, alt, course, speed, comment):
global conf, transmitted
global conf, transmitted, lastUpdate
etime = calendar.timegm(tstamp)
#Latitude conversion