mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Automated upgrades SendCommandOLD/MIX 0,0,0,NULL,0 -> NG and SendCommandOLD ....,NULL,0 -> MIX
This commit is contained in:
parent
39272ba1fb
commit
290f2b625b
43 changed files with 144 additions and 144 deletions
|
@ -575,7 +575,7 @@ static int CmdHF15Samples(const char *Cmd) {
|
|||
if (cmdp == 'h') return usage_15_samples();
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693, 0, 0, 0, NULL, 0);
|
||||
SendCommandNG(CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693, NULL, 0);
|
||||
|
||||
getSamples(0, false);
|
||||
return 0;
|
||||
|
@ -672,7 +672,7 @@ static int CmdHF15Record(const char *Cmd) {
|
|||
if (cmdp == 'h') return usage_15_record();
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_RECORD_RAW_ADC_SAMPLES_ISO_15693, 0, 0, 0, NULL, 0);
|
||||
SendCommandNG(CMD_RECORD_RAW_ADC_SAMPLES_ISO_15693, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -713,7 +713,7 @@ static int CmdHF15Afi(const char *Cmd) {
|
|||
PrintAndLogEx(SUCCESS, "press pm3-button to cancel");
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_ISO_15693_FIND_AFI, strtol(Cmd, NULL, 0), 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_ISO_15693_FIND_AFI, strtol(Cmd, NULL, 0), 0, 0, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue