Hashed messages have a 16-bit checksum instead of a 32-bit checksum

This commit is contained in:
Jordan Sherer 2018-10-27 14:52:11 -04:00
parent 5fa60659f3
commit 8612f2cd32

View File

@ -93,7 +93,7 @@ QSet<int> snr_cmds = {12, 25};
QMap<int, int> checksum_cmds = {
{ 5, 16 },
{ 8, 32 },
{ 8, 16 },
{ 13, 16 },
{ 14, 16 },
{ 15, 0 }