Really disable band select for the DX3000 instead of just printing a message

https://github.com/Hamlib/Hamlib/issues/903
pull/943/head
Mike Black W9MDB 2022-01-18 22:14:14 -06:00
rodzic 2f2cf4a68d
commit d86fafb598
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -587,6 +587,7 @@ int newcat_open(RIG *rig)
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__);
}
RETURNFUNC(RIG_OK);