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

This commit is contained in:
MX
2024-03-29 14:05:07 +03:00
78 changed files with 556 additions and 388 deletions

View File

@@ -330,7 +330,8 @@ void protocol_em4100_render_data(ProtocolEM4100* protocol, FuriString* result) {
uint8_t* data = protocol->data;
furi_string_printf(
result,
"FC: %03u, Card: %05u\n(RF/%u)",
"FC: %03u\n"
"Card: %05hu (RF/%hhu)",
data[2],
(uint16_t)((data[3] << 8) | (data[4])),
protocol->clock_per_bit);