thinfilm: reduce timeout, no need to wait so long
This commit is contained in:
@@ -2044,8 +2044,7 @@ bool GetIso14443aAnswerFromTag_Thinfilm(uint8_t *receivedResponse, uint8_t *rec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// timeout already in ms + 10ms guard time
|
if (GetTickCount() - receive_timer > 100)
|
||||||
if (GetTickCount() - receive_timer > 1160)
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
*received_len = Demod.len;
|
*received_len = Demod.len;
|
||||||
|
|||||||
Reference in New Issue
Block a user