mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-06 04:55:42 +08:00
increased timeout -> reliable lf search results
This commit is contained in:
parent
b57a457254
commit
ed7f623c6f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
#define EM4X50_COMMAND_STANDARD_READ 0x02 // virtual command
|
||||
|
||||
// misc
|
||||
#define TIMEOUT 2000
|
||||
#define TIMEOUT_CMD 3000
|
||||
#define DUMP_FILESIZE 136
|
||||
|
||||
#define BYTES2UINT32(x) ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | (x[3]))
|
||||
|
@ -62,5 +62,6 @@ typedef struct {
|
|||
|
||||
extern bool gLogin;
|
||||
extern bool gWritePasswordProcess;
|
||||
extern uint32_t gPassword;
|
||||
|
||||
#endif /* EM4X50_H__ */
|
||||
|
|
Loading…
Reference in a new issue