kopia lustrzana https://github.com/Hamlib/Hamlib
Really disable band select for the DX3000 instead of just printing a message
https://github.com/Hamlib/Hamlib/issues/903pull/943/head
rodzic
2f2cf4a68d
commit
d86fafb598
|
@ -587,6 +587,7 @@ int newcat_open(RIG *rig)
|
||||||
|
|
||||||
if (priv->rig_id == NC_RIGID_FTDX3000)
|
if (priv->rig_id == NC_RIGID_FTDX3000)
|
||||||
{
|
{
|
||||||
|
rig->state.disable_yaesu_bandselect = 1;
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: disabling FTDX3000 band select\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: disabling FTDX3000 band select\n", __func__);
|
||||||
}
|
}
|
||||||
RETURNFUNC(RIG_OK);
|
RETURNFUNC(RIG_OK);
|
||||||
|
|
Ładowanie…
Reference in New Issue