Increate FT747GX post_write_delay from 5ms to 10ms

Doing two commands at once via rigctld needed a little extra delay
pull/1630/head
Mike Black W9MDB 2024-11-08 22:29:29 -06:00
rodzic 84b733d028
commit 6dcd60c2ac
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -301,7 +301,7 @@ struct rig_caps ft747_caps =
RIG_MODEL(RIG_MODEL_FT747),
.model_name = "FT-747GX",
.mfg_name = "Yaesu",
.version = "20220819.1",
.version = "20241108.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_MOBILE,

Wyświetl plik

@ -39,8 +39,9 @@
/* Sequential fast writes confuse my FT747 without this delay */
/* Node Red combined "F 028074000 M USB 0" needed 10ms */
#define FT747_POST_WRITE_DELAY 5
#define FT747_POST_WRITE_DELAY 10
/*