mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
Fix 55 Hz problem with Omnirig v1.19 and later (until we have a better solution).
This commit is contained in:
parent
a469b67afb
commit
855daf92c4
@ -280,6 +280,7 @@ int OmniRigTransceiver::do_start ()
|
||||
resolution = 2; // 20Hz rounded
|
||||
}
|
||||
}
|
||||
QThread::msleep (200); // fixing the 55 Hz issue with Omnirig v1.19 and later until we have a better solution
|
||||
if (OmniRig::PM_FREQ & writable_params_)
|
||||
{
|
||||
rig_->SetFreq (f);
|
||||
|
Loading…
Reference in New Issue
Block a user