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 W9MDB
Hamlib-3.0
Michael Black 2015-07-26 19:15:21 -05:00 zatwierdzone przez Nate Bargmann
rodzic dffa130175
commit 7b3c17646e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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);