kopia lustrzana https://github.com/Hamlib/Hamlib
Small FT-991 patch for WSJT support
A small patch. Allows the FT-991 to work with Fake Split in WSJT-X. FT-991 Rig Split does not work due to audio routing (at least not with the USB port). The 991 needs a delay after transmit is turned off and 50ms works. 73 Mike W9MDBHamlib-3.0
rodzic
dffa130175
commit
7b3c17646e
|
@ -54,7 +54,7 @@ const struct rig_caps ft991_caps = {
|
||||||
.rig_model = RIG_MODEL_FT991,
|
.rig_model = RIG_MODEL_FT991,
|
||||||
.model_name = "FT-991",
|
.model_name = "FT-991",
|
||||||
.mfg_name = "Yaesu",
|
.mfg_name = "Yaesu",
|
||||||
.version = NEWCAT_VER ".2",
|
.version = NEWCAT_VER ".3",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_BETA,
|
.status = RIG_STATUS_BETA,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
/* Delay sequential fast writes */
|
/* Delay sequential fast writes */
|
||||||
|
|
||||||
#define FT991_POST_WRITE_DELAY 5
|
#define FT991_POST_WRITE_DELAY 50
|
||||||
|
|
||||||
/* Prototypes */
|
/* Prototypes */
|
||||||
int ft991_init(RIG *rig);
|
int ft991_init(RIG *rig);
|
||||||
|
|
Ładowanie…
Reference in New Issue