Fixed bug in radio

This commit is contained in:
Ryzerth 2021-02-16 23:56:53 +01:00
parent aae6f535f5
commit f96c31deab

View File

@ -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;