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);
|
freq_changed.store(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
double devFreq = device->getFrequency(SOAPY_SDR_RX,0);
|
// double devFreq = device->getFrequency(SOAPY_SDR_RX,0);
|
||||||
if (((long long)devFreq + offset.load()) != frequency.load()) {
|
// if (((long long)devFreq + offset.load()) != frequency.load()) {
|
||||||
wxGetApp().setFrequency((long long)devFreq + offset.load());
|
// wxGetApp().setFrequency((long long)devFreq + offset.load());
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (agc_mode_changed.load()) {
|
if (agc_mode_changed.load()) {
|
||||||
SDRDeviceInfo *devInfo = deviceInfo.load();
|
SDRDeviceInfo *devInfo = deviceInfo.load();
|
||||||
|
Loading…
Reference in New Issue
Block a user