first attempt with message checksum

This commit is contained in:
DJ2LS 2022-12-27 22:58:18 +01:00
parent b637b917bc
commit c5a9229207

View file

@ -3118,7 +3118,7 @@ class DATA:
# save file to folder
if filename not in [b'', b'undefined']:
doing crc check
# doing crc check
crc = helpers.get_crc_32(data).hex().uppercase()
validity = checksum_delivered == crc
logging.info(