mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update cmdhficlass.c
This commit is contained in:
@@ -4422,10 +4422,6 @@ static int CmdHFiClassConfigCard(const char *Cmd) {
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
}
|
||||
if(ccidx < -1 && ccidx > 12 && IsCardHelperPresent(false) == false){
|
||||
PrintAndLogEx(ERR, "Please specify a configuration between 0 and 12!");
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
generate_config_card(item, key, got_kr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user