mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
added timeout value if there's no tag on device
This commit is contained in:
parent
c6435d2f96
commit
eddaf70ef9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#define STATUS_SUCCESS 0x2
|
||||
#define STATUS_LOGIN 0x1
|
||||
#define NO_CHARS_MAX 400
|
||||
#define TIMEOUT 2000
|
||||
|
||||
typedef struct {
|
||||
bool addr_given;
|
||||
|
|
Loading…
Reference in a new issue