mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-10 14:23:27 -05:00
offset direction
This commit is contained in:
parent
1671e625e4
commit
0806e47116
@ -171,7 +171,7 @@ void SDRThread::threadMain() {
|
|||||||
}
|
}
|
||||||
if (freq_changed) {
|
if (freq_changed) {
|
||||||
frequency = new_freq;
|
frequency = new_freq;
|
||||||
rtlsdr_set_center_freq(dev, frequency+offset);
|
rtlsdr_set_center_freq(dev, frequency-offset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user