mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Bugfixes for LF FDX
Changed CmdBiphaseDecodeRaw to allow 7 digits Changed CmdFdxRead to read 39999 samples instead of 10000 to improve reading from small tags
This commit is contained in:
parent
4306de8277
commit
3f306c6ded
2 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ int CmdFdxDemod(const char *Cmd){
|
|||
}
|
||||
|
||||
int CmdFdxRead(const char *Cmd) {
|
||||
lf_read(true, 10000);
|
||||
lf_read(true, 39999);
|
||||
return CmdFdxDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue