This commit is contained in:
DJ2LS 2022-12-27 23:04:57 +01:00
parent c8eb9bbf92
commit c6d99f8866

View file

@ -3121,7 +3121,7 @@ class DATA:
# doing crc check
crc = helpers.get_crc_32(data).hex().lower()
validity = checksum_delivered == crc
logging.info(
self.log.info(
"[TNC] ARQ | RX | checking data crc",
crc_delivered=checksum_delivered,
crc_calculated=crc,