mirror of
https://github.com/kemenril/iR-APRSISD.git
synced 2024-11-09 23:24:07 -08:00
Fixed(?) problem with tracking of last forwarded update.
This commit is contained in:
parent
8a3fb1c768
commit
8673dcd574
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue