kopia lustrzana https://github.com/Hamlib/Hamlib
Set FT-2000 retries to 3 to follow other Yaesu backends. There should be no need for 10 retries.
rodzic
eefea70a24
commit
9e8b7539bb
|
@ -107,7 +107,7 @@ const struct rig_caps ft2000_caps =
|
|||
.write_delay = FT2000_WRITE_DELAY,
|
||||
.post_write_delay = FT2000_POST_WRITE_DELAY,
|
||||
.timeout = 2000,
|
||||
.retry = 10,
|
||||
.retry = 3,
|
||||
.has_get_func = FT2000_FUNCS,
|
||||
.has_set_func = FT2000_FUNCS,
|
||||
.has_get_level = FT2000_LEVELS,
|
||||
|
|
Ładowanie…
Reference in New Issue