mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -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
|
@ -390,7 +390,7 @@ int CmdLFSniff(const char *Cmd) {
|
|||
if (cmdp == 'h') return usage_lf_sniff();
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_LF_SNIFF_RAW_ADC_SAMPLES, 0, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_LF_SNIFF_RAW_ADC_SAMPLES, 0, 0, 0, NULL, 0);
|
||||
WaitForResponse(CMD_ACK, NULL);
|
||||
getSamples(0, false);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue