mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 04:04:34 +00:00
Shorten AIS packet to expected data + FCS length.
This commit is contained in:
parent
bd76f0e13b
commit
6499de39bf
@ -201,7 +201,7 @@ static constexpr FSKConfiguration fsk_configuration_ais = {
|
||||
.access_code_tolerance = 1,
|
||||
.unstuffing_pattern = 0b111110,
|
||||
.unstuffing_length = 6,
|
||||
.packet_length = 256,
|
||||
.packet_length = 168 + 16 + 8,
|
||||
};
|
||||
|
||||
static constexpr FSKConfiguration fsk_configuration_tpms_a = {
|
||||
|
Loading…
Reference in New Issue
Block a user