mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
fix display
This commit is contained in:
parent
6aa7f2e261
commit
603421bd8c
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ void protocol_em4100_render_data(ProtocolEM4100* protocol, FuriString* result) {
|
|||
uint8_t* data = protocol->data;
|
||||
furi_string_printf(
|
||||
result,
|
||||
"FC: %03u, Card: %05u (RF/%u)",
|
||||
"FC: %03u, Card: %05u\n(RF/%u)",
|
||||
data[2],
|
||||
(uint16_t)((data[3] << 8) | (data[4])),
|
||||
protocol->clock_per_bit);
|
||||
|
|
Loading…
Reference in a new issue