mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Remove payload_length from PacketBuilder, etc.
This commit is contained in:
parent
142617ad94
commit
37b1d7cf2f
5 changed files with 3 additions and 14 deletions
|
@ -201,7 +201,6 @@ static constexpr FSKConfiguration fsk_configuration_ais = {
|
|||
.access_code_tolerance = 1,
|
||||
.unstuffing_pattern = 0b111110,
|
||||
.unstuffing_length = 6,
|
||||
.packet_length = 168 + 16 + 8,
|
||||
};
|
||||
|
||||
static constexpr FSKConfiguration fsk_configuration_tpms_a = {
|
||||
|
@ -211,7 +210,6 @@ static constexpr FSKConfiguration fsk_configuration_tpms_a = {
|
|||
.access_code_tolerance = 1,
|
||||
.unstuffing_pattern = 0,
|
||||
.unstuffing_length = 0,
|
||||
.packet_length = 160,
|
||||
};
|
||||
|
||||
void ReceiverModel::update_fsk_configuration() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue