Update cmdhficlass.c

Updated error description
This commit is contained in:
Antiklesys
2026-03-18 16:34:38 +08:00
parent 3f95d3cc05
commit fd09895f0e
+1 -1
View File
@@ -4236,7 +4236,7 @@ out:
break;
}
default: {
PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " fuse, might need manual intervention!"));
PrintAndLogEx(INFO, _YELLOW_("Did not detect " _YELLOW_("0xBC") " or " _YELLOW_("0xBE") " or " _YELLOW_("0x9C") " fuse, might need manual intervention!"));
break;
}
}