mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
fix cid 395634
This commit is contained in:
parent
444eabd207
commit
a49e2ff342
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue