mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Updated hf iclass legrec to be able to use shorter delays
Added an option for hf iclass legrec to further increase speeds by using a shorter delay of 1500 vs the default of 3390. This seems to be stable on new silicon especially now that we're keeping the field always on. It may be more risky for the --fast operation.
This commit is contained in:
parent
edcd9b4ca9
commit
e68be39a41
4 changed files with 22 additions and 9 deletions
|
@ -125,6 +125,7 @@ typedef struct {
|
|||
bool debug;
|
||||
bool test;
|
||||
bool fast;
|
||||
bool short_delay;
|
||||
} PACKED iclass_recover_req_t;
|
||||
|
||||
typedef struct iclass_premac {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue