fix typo
This commit is contained in:
parent
6bba07acf1
commit
c0ebd67bd8
@ -362,7 +362,7 @@ class DATA_SYSTEM(HBSYSTEM):
|
|||||||
aprs_send(aprs_loc_packet)
|
aprs_send(aprs_loc_packet)
|
||||||
logger.info('Sent APRS packet')
|
logger.info('Sent APRS packet')
|
||||||
except:
|
except:
|
||||||
loggr.info('Error. Failed to send packet. Packet may be malformed.')
|
logger.info('Error. Failed to send packet. Packet may be malformed.')
|
||||||
udt_block = 1
|
udt_block = 1
|
||||||
hdr_type = ''
|
hdr_type = ''
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user