NFC: Desfire Renderer Minor Debug (#3731)

* Update mf_desfire_render.c

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Zinong Li 2024-06-25 09:37:50 -04:00 committed by GitHub
parent ecf38cd30a
commit a881816673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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],