mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-26 17:44:44 +01:00
Fixed bug in radio
This commit is contained in:
parent
aae6f535f5
commit
f96c31deab
@ -71,8 +71,16 @@ public:
|
|||||||
|
|
||||||
void enable() {
|
void enable() {
|
||||||
vfo = sigpath::vfoManager.createVFO(name, ImGui::WaterfallVFO::REF_CENTER, 0, 200000, 200000, 1);
|
vfo = sigpath::vfoManager.createVFO(name, ImGui::WaterfallVFO::REF_CENTER, 0, 200000, 200000, 1);
|
||||||
//ns.stop();
|
|
||||||
currentDemod->setVFO(vfo);
|
wfmDemod.setVFO(vfo);
|
||||||
|
fmDemod.setVFO(vfo);
|
||||||
|
amDemod.setVFO(vfo);
|
||||||
|
usbDemod.setVFO(vfo);
|
||||||
|
lsbDemod.setVFO(vfo);
|
||||||
|
dsbDemod.setVFO(vfo);
|
||||||
|
rawDemod.setVFO(vfo);
|
||||||
|
cwDemod.setVFO(vfo);
|
||||||
|
|
||||||
currentDemod->select();
|
currentDemod->select();
|
||||||
currentDemod->start();
|
currentDemod->start();
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user