mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
FIX: 'lf visa read' - increase samples solves #123
This commit is contained in:
parent
1cf3e1b581
commit
810f92dbab
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ int CmdVisa2kDemod(const char *Cmd) {
|
|||
|
||||
// 64*96*2=12288 samples just in case we just missed the first preamble we can still catch 2 of them
|
||||
int CmdVisa2kRead(const char *Cmd) {
|
||||
lf_read(true, 14000);
|
||||
lf_read(true, 20000);
|
||||
return CmdVisa2kDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue