From 6499de39bf5295484a4e13db7315ae7d7cf8f39a Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sun, 27 Sep 2015 21:26:41 -0700 Subject: [PATCH] Shorten AIS packet to expected data + FCS length. --- firmware/application/receiver_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/receiver_model.cpp b/firmware/application/receiver_model.cpp index 54cd3082..a3bef104 100644 --- a/firmware/application/receiver_model.cpp +++ b/firmware/application/receiver_model.cpp @@ -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 = {