Increase write_delay in FT5000 to 1ms -- suspect it has similar problem to FT3000

https://github.com/Hamlib/Hamlib/issues/1080
pull/1102/head
Mike Black W9MDB 2022-08-17 13:03:03 -05:00
rodzic fa162231e7
commit 36e88e705b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -140,7 +140,7 @@ const struct rig_caps ftdx5000_caps =
RIG_MODEL(RIG_MODEL_FTDX5000),
.model_name = "FTDX-5000",
.mfg_name = "Yaesu",
.version = NEWCAT_VER ".5",
.version = NEWCAT_VER ".6",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -141,7 +141,7 @@
/* Delay between bytes sent to FT-5000
* Should not exceed value set in CAT TOT menu (rig default is 10 mSec)
*/
#define FTDX5000_WRITE_DELAY 0
#define FTDX5000_WRITE_DELAY 1
/* Delay sequential fast writes */