Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-12-21 17:37:08 +03:00
18 changed files with 450 additions and 94 deletions

View File

@@ -245,6 +245,8 @@ static Iso15693ParserCommand iso15693_parser_parse_1_out_of_256(Iso15693Parser*
instance->parsed_frame, instance->next_byte_part * 4 + j / 2);
}
}
} else {
instance->zero_found = true;
}
}
instance->next_byte_part = (instance->next_byte_part + 1) % 64;