mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Fixed bug in radio
This commit is contained in:
parent
aae6f535f5
commit
f96c31deab
@ -71,8 +71,16 @@ public:
|
||||
|
||||
void enable() {
|
||||
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->start();
|
||||
enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user