diff --git a/ir-aprsisd b/ir-aprsisd index 042b49d..56c8544 100755 --- a/ir-aprsisd +++ b/ir-aprsisd @@ -239,7 +239,7 @@ while True: print(aprsPacket) #This will throw an exception if the packet is somehow wrong. aprslib.parse(aprsPacket) - # AIS.sendall(aprsPacket) + AIS.sendall(aprsPacket) lastUpdate = etime except Exception as e: print("Could not send the update: ")