mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #1838 from jmichelp/master
Wait a bit longer for the smartcard.
This commit is contained in:
commit
46ada2abd6
1 changed files with 2 additions and 2 deletions
|
@ -235,9 +235,9 @@ static bool I2C_WaitForSim(void) {
|
||||||
|
|
||||||
// 8051 speaks with smart card.
|
// 8051 speaks with smart card.
|
||||||
// 1000*50*3.07 = 153.5ms
|
// 1000*50*3.07 = 153.5ms
|
||||||
// 1000*90*3.07 = 276.3ms
|
// 1000*110*3.07 = 337.7ms
|
||||||
// 1byte transfer == 1ms with max frame being 256bytes
|
// 1byte transfer == 1ms with max frame being 256bytes
|
||||||
return WaitSCL_H_delay(1000 * 90);
|
return WaitSCL_H_delay(1000 * 110);
|
||||||
}
|
}
|
||||||
|
|
||||||
// send i2c STOP
|
// send i2c STOP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue