This commit is contained in:
iceman1001
2021-02-28 10:29:40 +01:00
parent 72ff81c80f
commit cb97b67cc5
2 changed files with 2 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
case MIFARE_ULNANO_WRITESIG:
snprintf(exp, size, "WRITE SIG");
break;
case MIFARE_ULNANO_LOCKSIF: {
case MIFARE_ULNANO_LOCKSIG: {
if (cmd[1] == 0)
snprintf(exp, size, "UNLOCK SIG");
else if (cmd[1] == 2)