mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: 'lf cotag read' - it now follows "lf config" settings when collecting signaldata.
This commit is contained in:
parent
d760c7b3d9
commit
507afbf3e6
6 changed files with 41 additions and 32 deletions
|
@ -15,6 +15,8 @@ int CmdCOTAGRead(const char *Cmd) {
|
|||
|
||||
// if (Cmd[0] == 'h' || Cmd[0] == 'H') return usage_lf_cotag_read();
|
||||
|
||||
CmdLFSetConfig("q 89");
|
||||
|
||||
UsbCommand c = {CMD_COTAG, {0, 0, 0}};
|
||||
clearCommandBuffer();
|
||||
SendCommand(&c);
|
||||
|
@ -22,7 +24,7 @@ int CmdCOTAGRead(const char *Cmd) {
|
|||
PrintAndLog("command execution time out");
|
||||
return 1;
|
||||
}
|
||||
getSamples("20000", true);
|
||||
getSamples("", true);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue