mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix cid 395634
This commit is contained in:
@@ -1388,7 +1388,7 @@ static int CmdHF14BDump(const char *Cmd) {
|
||||
return switch_off_field_14b();
|
||||
}
|
||||
|
||||
if (select_cardtype == ISO14B_CT) {
|
||||
if (select_cardtype == ISO14B_STANDARD) {
|
||||
// Have to figure out how large one of these are..
|
||||
PrintAndLogEx(FAILED, "Dumping Standard ISO14443-B tags is not implemented yet.");
|
||||
// print_std_blocks(data, cardsize);
|
||||
|
||||
Reference in New Issue
Block a user