mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
altered iso14443a_setup function to increase timeout for larger APDU sending. fixes issue with sending of larger RAW commands
This commit is contained in:
parent
e3dc1e4cf5
commit
bdb44ad6b5
1 changed files with 2 additions and 1 deletions
|
@ -1783,7 +1783,8 @@ void iso14443a_setup(uint8_t fpga_minor_mode) {
|
|||
DemodReset();
|
||||
UartReset();
|
||||
NextTransferTime = 2*DELAY_ARM2AIR_AS_READER;
|
||||
iso14a_set_timeout(1050); // 10ms default
|
||||
//iso14a_set_timeout(1050); // 10ms default
|
||||
iso14a_set_timeout(10000); // fix for timeout of larger APDU commands
|
||||
}
|
||||
|
||||
int iso14_apdu(uint8_t * cmd, size_t cmd_len, void * data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue