mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Shorten AIS training sequence match length.
This commit is contained in:
parent
d92c962c0c
commit
c2e7f9a6f4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue