kopia lustrzana https://github.com/Hamlib/Hamlib
Add some debug for special_60m in newcat.c
FTDX3000 was not being detected correctlypull/518/head
rodzic
b030d73144
commit
04bb1b3e79
|
@ -745,6 +745,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
|
||||||
/* duplicate the following line to add more rigs */
|
/* duplicate the following line to add more rigs */
|
||||||
special_60m = newcat_is_rig(rig, RIG_MODEL_FTDX5000);
|
special_60m = newcat_is_rig(rig, RIG_MODEL_FTDX5000);
|
||||||
special_60m |= newcat_is_rig(rig, RIG_MODEL_FT450);
|
special_60m |= newcat_is_rig(rig, RIG_MODEL_FT450);
|
||||||
|
rig_debug(RIG_DEBUG, "%s: special_60m=%d, 60m freq=%d\n", special_60m, freq >= 5300000 && freq <= 5410000));
|
||||||
|
|
||||||
if (special_60m && (freq >= 5300000 && freq <= 5410000))
|
if (special_60m && (freq >= 5300000 && freq <= 5410000))
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue