kopia lustrzana https://github.com/Hamlib/Hamlib
Increate FT747GX post_write_delay from 5ms to 10ms
Doing two commands at once via rigctld needed a little extra delaypull/1630/head
rodzic
84b733d028
commit
6dcd60c2ac
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue