This commit is contained in:
iceman1001 2023-10-10 19:49:27 +02:00
commit 29712bfde6
2 changed files with 11 additions and 11 deletions

View file

@ -1697,7 +1697,7 @@ int select_card_14443b_4(bool disconnect, iso14b_card_select_t *card) {
// check result
int status = resp.oldarg[0];
if (status < 0) {
PrintAndLogEx(FAILED, "No ISO14443-B Card in field");
PrintAndLogEx(WARNING, "No ISO14443-B Card in field");
switch_off_field_14b();
return PM3_ESOFT;
}