mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Fixed problem with em4100, see http://www.proxmark.org/forum/viewtopic.php?pid=7235#p7235
This commit is contained in:
parent
e67b06b706
commit
489e174541
1 changed files with 5 additions and 2 deletions
|
@ -257,8 +257,11 @@ int CmdEM410xWatch(const char *Cmd)
|
||||||
// is very slow
|
// is very slow
|
||||||
// TBD: Auto-grow sample size based on detected sample rate. IE: If the
|
// TBD: Auto-grow sample size based on detected sample rate. IE: If the
|
||||||
// rate gets lower, then grow the number of samples
|
// rate gets lower, then grow the number of samples
|
||||||
CmdSamples("4000");
|
|
||||||
} while ( ! CmdEM410xRead(""));
|
// Changed by martin, 4000 x 4 = 16000,
|
||||||
|
// see http://www.proxmark.org/forum/viewtopic.php?pid=7235#p7235
|
||||||
|
CmdSamples("16000");
|
||||||
|
} while ( ! CmdEM410xRead(""));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue