From 064f144955802570df273305f4f172f5cbdb9f45 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 2 Apr 2021 21:22:21 -0500 Subject: [PATCH] Fixed comment/SMS duplication bug. --- ir-aprsisd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir-aprsisd b/ir-aprsisd index 83fb6eb..13d5345 100755 --- a/ir-aprsisd +++ b/ir-aprsisd @@ -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