fix typo
This commit is contained in:
parent
3047b55bcc
commit
1a96434c78
@ -146,10 +146,10 @@ def aprs_send(packet):
|
|||||||
logger.info('APRS callsighn set to N0CALL, packet not sent.')
|
logger.info('APRS callsighn set to N0CALL, packet not sent.')
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
## 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(packet)
|
AIS.sendall(packet)
|
||||||
## AIS.close()
|
AIS.close()
|
||||||
logger.info('Packet sent to APRS-IS.')
|
logger.info('Packet sent to APRS-IS.')
|
||||||
|
|
||||||
def dashboard_loc_write(call, lat, lon, time):
|
def dashboard_loc_write(call, lat, lon, time):
|
||||||
|
Loading…
Reference in New Issue
Block a user