mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
chg: increased client side timeout. Accoring to test with rdv4 addon ( @doegox )
This commit is contained in:
parent
4141003b09
commit
278ec017fe
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ typedef struct {
|
|||
// FTDI 460800 hw status -> we need 30ms
|
||||
struct timeval timeout = {
|
||||
.tv_sec = 0, // 0 second
|
||||
.tv_usec = 100000 // 100 000 micro seconds
|
||||
.tv_usec = 200000 // 200 000 micro seconds
|
||||
};
|
||||
|
||||
serial_port uart_open(const char *pcPortName, uint32_t speed) {
|
||||
|
|
Loading…
Add table
Reference in a new issue