mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
CHG: increase sample amount, since it found too few bits
This commit is contained in:
parent
53484563d7
commit
c840385eff
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ int CmdVisa2kDemod(const char *Cmd) {
|
|||
|
||||
int CmdVisa2kRead(const char *Cmd) {
|
||||
CmdLFRead("s");
|
||||
getSamples("12000",TRUE);
|
||||
getSamples("16000",TRUE);
|
||||
return CmdVisa2kDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue