Turn off turbo for now...still experimental

This commit is contained in:
Jordan Sherer 2018-11-21 16:46:13 -05:00
parent 5619824bd8
commit 1584cf0404

View File

@ -4509,7 +4509,8 @@ void MainWindow::guiUpdate()
m_currentMessage = QString::fromLatin1(msgsent); m_currentMessage = QString::fromLatin1(msgsent);
m_currentMessageBits = msgibits; m_currentMessageBits = msgibits;
if(TEST_FOX_WAVE_GEN && ui->turboButton->isChecked()) { #if TEST_FOX_WAVE_GEN
if(ui->turboButton->isChecked()) {
foxcom_.nslots=1; foxcom_.nslots=1;
@ -4536,11 +4537,9 @@ void MainWindow::guiUpdate()
foxgen_(); foxgen_();
} }
#endif
} }
//m_currentMessage = QString::fromLatin1(msgsent);
//m_currentMessageBits = msgibits;
m_bCallingCQ = CALLING == m_QSOProgress m_bCallingCQ = CALLING == m_QSOProgress
|| m_currentMessage.contains (QRegularExpression {"^(CQ|QRZ) "}); || m_currentMessage.contains (QRegularExpression {"^(CQ|QRZ) "});
if(m_mode=="FT8") { if(m_mode=="FT8") {