kopia lustrzana https://github.com/Hamlib/Hamlib
Increase FT900 POST_WRITE_DELAY to 50ms -- this works faster than using WRITE_DELAY and seems to behave well
rodzic
702535c218
commit
9fe52ebe10
|
@ -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,
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue