mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Disable Soapy freq feedback -- causing weird issues with async implementations
This commit is contained in:
parent
0ace8657b2
commit
6eb511a559
@ -245,10 +245,10 @@ void SDRThread::updateSettings() {
|
||||
freq_changed.store(false);
|
||||
}
|
||||
|
||||
double devFreq = device->getFrequency(SOAPY_SDR_RX,0);
|
||||
if (((long long)devFreq + offset.load()) != frequency.load()) {
|
||||
wxGetApp().setFrequency((long long)devFreq + offset.load());
|
||||
}
|
||||
// double devFreq = device->getFrequency(SOAPY_SDR_RX,0);
|
||||
// if (((long long)devFreq + offset.load()) != frequency.load()) {
|
||||
// wxGetApp().setFrequency((long long)devFreq + offset.load());
|
||||
// }
|
||||
|
||||
if (agc_mode_changed.load()) {
|
||||
SDRDeviceInfo *devInfo = deviceInfo.load();
|
||||
|
Loading…
Reference in New Issue
Block a user