mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
convert sendOLD -> MIX for simple cmds
This commit is contained in:
parent
0c20c1a9d1
commit
39272ba1fb
6 changed files with 8 additions and 8 deletions
|
@ -281,7 +281,7 @@ static int CmdHFiClassList(const char *Cmd) {
|
|||
static int CmdHFiClassSniff(const char *Cmd) {
|
||||
char cmdp = tolower(param_getchar(Cmd, 0));
|
||||
if (cmdp == 'h') return usage_hf_iclass_sniff();
|
||||
SendCommandOLD(CMD_SNIFF_ICLASS, 0, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_SNIFF_ICLASS, 0, 0, 0, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue