mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
Comment out diagnostic calls to rig->getVFO().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3221 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
90164b0e33
commit
998c3990a4
@ -413,7 +413,7 @@ void DevSetup::on_testCATButton_clicked()
|
|||||||
}
|
}
|
||||||
// qDebug() << "B6";
|
// qDebug() << "B6";
|
||||||
rig->open();
|
rig->open();
|
||||||
rig->getVFO();
|
// rig->getVFO();
|
||||||
// qDebug() << "B7" << rig->getVFO();
|
// qDebug() << "B7" << rig->getVFO();
|
||||||
m_bRigOpen=true;
|
m_bRigOpen=true;
|
||||||
}
|
}
|
||||||
|
@ -2630,7 +2630,7 @@ void MainWindow::rigOpen()
|
|||||||
rig->setConf("dtr_state","OFF");
|
rig->setConf("dtr_state","OFF");
|
||||||
}
|
}
|
||||||
rig->open();
|
rig->open();
|
||||||
rig->getVFO();
|
// rig->getVFO();
|
||||||
m_bRigOpen=true;
|
m_bRigOpen=true;
|
||||||
}
|
}
|
||||||
catch (const RigException &Ex) {
|
catch (const RigException &Ex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user