Skip to content

Commit b892192

Browse files
authored
Merge pull request #777 from mishamyte/patch-1
Updated display info to DEZ 8 (actual one)
2 parents f7a393f + 6436235 commit b892192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771)
55
- LF RFID:
66
- Update T5577 password list (by @korden32 | PR #774)
7-
- Add DEZ 10 display form for EM4100 (by @korden32 | PR #776)
7+
- Add DEZ 8 display form for EM4100 (by @korden32 | PR #776 & #777)
88
* JS: Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770)
99
* OFW: Event Loop Timers
1010
* OFW: Updater: resource compression

lib/lfrfid/protocols/protocol_em4100.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void protocol_em4100_render_data(ProtocolEM4100* protocol, FuriString* result) {
348348
furi_string_printf(
349349
result,
350350
"FC: %03u Card: %05hu CL:%hhu\n"
351-
"DEZ 10: %010lu",
351+
"DEZ 8: %08lu",
352352
data[2],
353353
(uint16_t)((data[3] << 8) | (data[4])),
354354
protocol->clock_per_bit,

0 commit comments

Comments
 (0)