mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: lowered the samples read.
This commit is contained in:
parent
360a5b1b3c
commit
53484563d7
5 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ int CmdVikingRead(const char *Cmd) {
|
|||
// read lf silently
|
||||
CmdLFRead("s");
|
||||
// get samples silently
|
||||
getSamples("20000", TRUE);
|
||||
getSamples("12000", TRUE);
|
||||
// demod and output viking ID
|
||||
return CmdVikingDemod(Cmd);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue