Set FT-2000 retries to 3 to follow other Yaesu backends. There should be no need for 10 retries.

pull/495/head
Mikael Nousiainen 2021-01-08 09:13:56 +02:00
rodzic eefea70a24
commit 9e8b7539bb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,