mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Merge pull request #777 from mishamyte/patch-1
Updated display info to DEZ 8 (actual one)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
- EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771)
|
- EMV Transactions less nested, hide if unavailable (by @Willy-JL | PR #771)
|
||||||
- LF RFID:
|
- LF RFID:
|
||||||
- Update T5577 password list (by @korden32 | PR #774)
|
- 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)
|
* JS: Refactor widget and keyboard modules, fix crash (by @Willy-JL | PR #770)
|
||||||
* OFW: Event Loop Timers
|
* OFW: Event Loop Timers
|
||||||
* OFW: Updater: resource compression
|
* OFW: Updater: resource compression
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ void protocol_em4100_render_data(ProtocolEM4100* protocol, FuriString* result) {
|
|||||||
furi_string_printf(
|
furi_string_printf(
|
||||||
result,
|
result,
|
||||||
"FC: %03u Card: %05hu CL:%hhu\n"
|
"FC: %03u Card: %05hu CL:%hhu\n"
|
||||||
"DEZ 10: %010lu",
|
"DEZ 8: %08lu",
|
||||||
data[2],
|
data[2],
|
||||||
(uint16_t)((data[3] << 8) | (data[4])),
|
(uint16_t)((data[3] << 8) | (data[4])),
|
||||||
protocol->clock_per_bit,
|
protocol->clock_per_bit,
|
||||||
|
|||||||
Reference in New Issue
Block a user