This commit is contained in:
KF7EEL 2020-11-22 22:03:02 -08:00
parent 696e0bc128
commit 84dee59b37
1 changed files with 5 additions and 5 deletions

View File

@ -189,11 +189,11 @@ class DATA_SYSTEM(HBSYSTEM):
try: try:
# Try parse of APRS packet. If it fails, it will not upload to APRS-IS # Try parse of APRS packet. If it fails, it will not upload to APRS-IS
aprslib.parse(aprs_loc_packet) aprslib.parse(aprs_loc_packet)
## AIS = aprslib.IS(aprs_callsign, passwd=aprs_passcode,host=aprs_server, port=aprs_port) AIS = aprslib.IS(aprs_callsign, passwd=aprs_passcode,host=aprs_server, port=aprs_port)
## AIS.connect() AIS.connect()
## AIS.sendall(aprs_loc_packet) AIS.sendall(aprs_loc_packet)
## AIS.close() AIS.close()
## logger.info('Sent APRS packet') logger.info('Sent APRS packet')
except: except:
logger.info('Failed to parse packet. Packet may be deformed. Not uploaded.') logger.info('Failed to parse packet. Packet may be deformed. Not uploaded.')
# Get callsign based on DMR ID # Get callsign based on DMR ID