kopia lustrzana https://github.com/Hamlib/Hamlib
Update logic to suppress bogus set freq error
rodzic
491bf07c0d
commit
0ad32a4f8a
|
@ -1616,7 +1616,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
|
|||
}
|
||||
while (tfreq != freq && retry-- > 0);
|
||||
|
||||
if (retry == 0)
|
||||
if (retry == 0 && tfreq != freq)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: unable to set frequency!!, asked for %.0f, got %.0f\n", __func__, freq, tfreq);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue