Skip to content

Commit

Permalink
quick fix for nfc decode to handle ev1 dumps, untested
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Jan 14, 2025
1 parent f13c074 commit 70389e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/cmdnfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static int CmdNfcDecode(const char *Cmd) {
if (bytes_read != MIFARE_4K_MAX_BYTES
&& bytes_read != MIFARE_2K_MAX_BYTES
&& bytes_read != MIFARE_1K_MAX_BYTES
&& bytes_read != MIFARE_1K_EV1_MAX_BYTES
&& bytes_read != MIFARE_MINI_MAX_BYTES) {

uint8_t **pd = &tmp;
Expand Down

0 comments on commit 70389e5

Please sign in to comment.