added timeout value if there's no tag on device

This commit is contained in:
tharexde 2020-06-28 21:35:49 +02:00
parent c6435d2f96
commit eddaf70ef9

View file

@ -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;