kopia lustrzana https://github.com/Hamlib/Hamlib
Reduce timeout in flrig.c -- timeouts causing problems with Log4OMV2
rodzic
89da1b9341
commit
0f0dad177b
|
@ -129,8 +129,8 @@ const struct rig_caps flrig_caps =
|
|||
.port_type = RIG_PORT_NETWORK,
|
||||
.write_delay = 0,
|
||||
.post_write_delay = 0,
|
||||
.timeout = 5000,
|
||||
.retry = 5,
|
||||
.timeout = 1000,
|
||||
.retry = 2,
|
||||
|
||||
.has_get_func = RIG_FUNC_NONE,
|
||||
.has_set_func = RIG_FUNC_NONE,
|
||||
|
|
Ładowanie…
Reference in New Issue