From 8673dcd574beabd4e7292ef8f78d570daa5591a0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 6 Apr 2021 14:27:53 -0500 Subject: [PATCH] Fixed(?) problem with tracking of last forwarded update. --- ir-aprsisd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir-aprsisd b/ir-aprsisd index fd11e61..8b49a6b 100755 --- a/ir-aprsisd +++ b/ir-aprsisd @@ -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