mirror of
https://github.com/kemenril/iR-APRSISD.git
synced 2024-11-09 23:24:07 -08:00
Fixed comment/SMS duplication bug.
This commit is contained in:
parent
8320a2c01f
commit
064f144955
|
@ -294,7 +294,7 @@ def sendAPRS(device, DevID, ARPreamble, tstamp, lat, long, alt, course, speed, c
|
|||
|
||||
|
||||
pos = ''.join([slat,conf['APRS']['Separator'],slong,conf['APRS']['Symbol']])
|
||||
gateInfo = ''.join([" ", comment, " : ", NAME, " v", REV, " : ", platform.system(), " on ", platform.machine(), " : "])
|
||||
gateInfo = ''.join([" : ", NAME, " v", REV, " : ", platform.system(), " on ", platform.machine(), " : "])
|
||||
|
||||
if device:
|
||||
gateInfo = gateInfo + device
|
||||
|
|
Loading…
Reference in a new issue