Increase FT900 POST_WRITE_DELAY to 50ms -- this works faster than using WRITE_DELAY and seems to behave well

pull/183/head
Michael Black 2020-01-19 10:53:02 -06:00
rodzic 702535c218
commit 9fe52ebe10
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -158,7 +158,7 @@ const struct rig_caps ft900_caps =
.rig_model = RIG_MODEL_FT900,
.model_name = "FT-900",
.mfg_name = "Yaesu",
.version = "0.2",
.version = "0.3",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -76,8 +76,7 @@
/* Delay sequential fast writes */
#define FT900_POST_WRITE_DELAY 5
#define FT900_POST_WRITE_DELAY 50
/* Rough safe value for default timeout */