chg: increased client side timeout. Accoring to test with rdv4 addon ( @doegox )

This commit is contained in:
iceman1001 2019-04-25 17:04:51 +02:00
parent 4141003b09
commit 278ec017fe

View file

@ -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) {