kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/mdblack98/Hamlib
commit
7324209b68
|
@ -324,9 +324,12 @@ const struct rig_caps f6k_caps =
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_NONE,
|
.dcd_type = RIG_DCD_NONE,
|
||||||
.port_type = RIG_PORT_NETWORK,
|
.port_type = RIG_PORT_NETWORK,
|
||||||
// -spc- TODO set this reasonably, don't know what the flex should be
|
// The combination of timeout and retry is important
|
||||||
.timeout = 600, /* FA and FB make take up to 500 ms on band change */
|
// We need at least 3 seconds to do profile switches
|
||||||
.retry = 10,
|
// Hitting the timeout is OK as long as we retry
|
||||||
|
// Previous note showed FA/FB may take up to 500ms on band change
|
||||||
|
.timeout = 300,
|
||||||
|
.retry = 13,
|
||||||
|
|
||||||
.has_get_func = RIG_FUNC_NONE, /* has VOX but not implemented here */
|
.has_get_func = RIG_FUNC_NONE, /* has VOX but not implemented here */
|
||||||
.has_set_func = RIG_FUNC_NONE,
|
.has_set_func = RIG_FUNC_NONE,
|
||||||
|
|
Ładowanie…
Reference in New Issue