This commit is contained in:
KF7EEL 2020-12-23 15:26:41 -08:00
parent e6ec4ae990
commit c4032ac036
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ def sendAprs():
if self._config['APRS_ENABLED']:
AIS.sendall(str(dati[0])+">APRS,TCPIP*,qAC,"+str(file_config['APRS']['CALLSIGN'])+":!"+str(lat_utile)[:-2]+lat_verso+"/"+str(lon_utile)[:-1]+lon_verso+"r"+str(file_config['APRS']['MESSAGE'])+' RX: '+str(rx_utile)+' TX: '+str(tx_utile))
logging.info('APRS INVIATO/APRS Sent')
else:
pass
else:
pass
if file_config['APRS']['ENABLED']:
if int(file_config['APRS']['REPORT_INTERVAL']) >= 10: