chg: increased client side timeout. Accoring to test with rdv4 addon ( @doegox )
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct {
|
|||||||
// FTDI 460800 hw status -> we need 30ms
|
// FTDI 460800 hw status -> we need 30ms
|
||||||
struct timeval timeout = {
|
struct timeval timeout = {
|
||||||
.tv_sec = 0, // 0 second
|
.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) {
|
serial_port uart_open(const char *pcPortName, uint32_t speed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user