mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -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
|
@ -74,7 +74,7 @@ int GetPyramidBits(uint32_t fc, uint32_t cn, uint8_t *pyramidBits) {
|
|||
|
||||
int CmdPyramidRead(const char *Cmd) {
|
||||
CmdLFRead("s");
|
||||
getSamples("20000", TRUE);
|
||||
getSamples("12000", TRUE);
|
||||
return CmdFSKdemodPyramid("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue