CRC reimplementation to be byte-at-a-time table-driven.
Also be smarter about error correction, avoiding ambiguous cases when --aggressive is specified.
This commit is contained in:
parent
0d3fcfff2e
commit
270a22e06a
8 changed files with 438 additions and 237 deletions
|
|
@ -126,7 +126,7 @@ void view1090Init(void) {
|
|||
}
|
||||
|
||||
// Prepare error correction tables
|
||||
modesInitErrorInfo();
|
||||
modesChecksumInit(Modes.nfix_crc);
|
||||
}
|
||||
|
||||
// Set up data connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue