mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 07:19:34 -05:00
Shorten AIS training sequence match length.
This commit is contained in:
parent
d92c962c0c
commit
c2e7f9a6f4
@ -99,7 +99,7 @@ private:
|
||||
const PayloadHandlerFunc payload_handler;
|
||||
|
||||
BitHistory bit_history;
|
||||
BitPattern preamble_pattern { 0b01010101010101010101111110, 26, 1 };
|
||||
BitPattern preamble_pattern { 0b0101010101111110, 16, 1 };
|
||||
BitPattern unstuff_pattern { 0b111110, 6 };
|
||||
BitPattern end_flag_pattern { 0b01111110, 8 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user