kopia lustrzana https://github.com/Hamlib/Hamlib
Remove unnecessary delays from TS-990 and TS-2000 back ends
rodzic
ae3f39311b
commit
e2154874ad
|
@ -138,7 +138,7 @@ const struct rig_caps ts2000_caps = {
|
|||
.serial_parity = RIG_PARITY_NONE,
|
||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
||||
.write_delay = 0,
|
||||
.post_write_delay = 50, /* ms */
|
||||
.post_write_delay = 0, /* ms */
|
||||
.timeout = 200,
|
||||
.retry = 10,
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ const struct rig_caps ts990s_caps = {
|
|||
.serial_parity = RIG_PARITY_NONE,
|
||||
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
||||
.write_delay = 0,
|
||||
.post_write_delay = 50, /* ms */
|
||||
.post_write_delay = 0, /* ms */
|
||||
.timeout = 200,
|
||||
.retry = 10,
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue