kopia lustrzana https://github.com/Hamlib/Hamlib
Increased timeout, necessary because of changes in pihpsdr software
rodzic
83a0010bfc
commit
1fd4e9434b
|
@ -117,7 +117,7 @@ const struct rig_caps pihpsdr_caps =
|
||||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
.serial_handshake = RIG_HANDSHAKE_NONE,
|
||||||
.write_delay = 0,
|
.write_delay = 0,
|
||||||
.post_write_delay = 50, /* ms */
|
.post_write_delay = 50, /* ms */
|
||||||
.timeout = 50,
|
.timeout = 500,
|
||||||
.retry = 1,
|
.retry = 1,
|
||||||
.has_get_func = PIHPSDR_FUNC_ALL,
|
.has_get_func = PIHPSDR_FUNC_ALL,
|
||||||
.has_set_func = PIHPSDR_FUNC_ALL,
|
.has_set_func = PIHPSDR_FUNC_ALL,
|
||||||
|
|
Ładowanie…
Reference in New Issue