From 9c8ab2bf3bcbdb46199f10004a7cc9308077a6eb Mon Sep 17 00:00:00 2001 From: Mykhailo Shevchuk Date: Fri, 5 Jul 2024 01:05:48 +0300 Subject: [PATCH 1/2] Updated to DEZ 8 --- lib/lfrfid/protocols/protocol_em4100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lfrfid/protocols/protocol_em4100.c b/lib/lfrfid/protocols/protocol_em4100.c index c6b88fff5..1b04b2a8c 100644 --- a/lib/lfrfid/protocols/protocol_em4100.c +++ b/lib/lfrfid/protocols/protocol_em4100.c @@ -348,7 +348,7 @@ void protocol_em4100_render_data(ProtocolEM4100* protocol, FuriString* result) { furi_string_printf( result, "FC: %03u Card: %05hu CL:%hhu\n" - "DEZ 10: %010lu", + "DEZ 8: %08lu", data[2], (uint16_t)((data[3] << 8) | (data[4])), protocol->clock_per_bit, From 6436235f4148d75a7cc11eb427c4045e361600a6 Mon Sep 17 00:00:00 2001 From: Mykhailo Shevchuk Date: Fri, 5 Jul 2024 01:07:46 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113e189b1..4b656fbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771) - LF RFID: - Update T5577 password list (by @korden32 | PR #774) - - Add DEZ 10 display form for EM4100 (by @korden32 | PR #776) + - Add DEZ 8 display form for EM4100 (by @korden32 | PR #776 & #777) * JS: Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770) * OFW: Event Loop Timers * OFW: Updater: resource compression