kopia lustrzana https://github.com/Hamlib/Hamlib
Increase TS950 timeout and post_write_delay due to errors seen with MicroKeyer IIIpull/361/head^2
rodzic
331d9773b0
commit
e4b571af0d
|
@ -74,8 +74,8 @@ const struct rig_caps ts950s_caps =
|
|||
.serial_parity = RIG_PARITY_NONE,
|
||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
||||
.write_delay = 0,
|
||||
.post_write_delay = 0,
|
||||
.timeout = 500, // this rig takes over 250ms to respond an IF command
|
||||
.post_write_delay = 50,
|
||||
.timeout = 600, // this rig takes over 250ms to respond an IF command
|
||||
.retry = 10,
|
||||
|
||||
.has_get_func = RIG_FUNC_NONE,
|
||||
|
|
Ładowanie…
Reference in New Issue