Skip to content

Commit

Permalink
NFC: Desfire Renderer Minor Debug (flipperdevices#3731)
Browse files Browse the repository at this point in the history
* Update mf_desfire_render.c

Co-authored-by: あく <[email protected]>
  • Loading branch information
zinongli and skotopes authored Jun 25, 2024
1 parent ecf38cd commit a881816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void nfc_render_mf_desfire_version(const MfDesfireVersion* data, FuriString* str
furi_string_cat_printf(
str,
"batch %02x:%02x:%02x:%02x:%02x\n"
"week %d year %d\n",
"week %02x year 20%02x\n",
data->batch[0],
data->batch[1],
data->batch[2],
Expand Down

0 comments on commit a881816

Please sign in to comment.