mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-13 03:29:51 +08:00
lf hid read - increase amount of samples to reaed in order to fit long formats
This commit is contained in:
parent
3abdf1c651
commit
7ea0324a62
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ static int CmdHIDDemod(const char *Cmd) {
|
|||
// this read is the "normal" read, which download lf signal and tries to demod here.
|
||||
static int CmdHIDRead(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
lf_read(false, 12000);
|
||||
lf_read(false, 16000);
|
||||
return demodHID(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue