mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
23190a0070
commit
8edcfb925b
1 changed files with 4 additions and 2 deletions
|
@ -345,9 +345,11 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
|||
break;
|
||||
}
|
||||
case NTAG_I2C_FASTWRITE:
|
||||
if (cmdsize == 69) {
|
||||
if (cmdsize == 69)
|
||||
snprintf(exp, size, "FAST WRITE (%d - %d)", cmd[1], cmd[2]);
|
||||
}
|
||||
else
|
||||
snprintf(exp, size, "?");
|
||||
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue