mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-24 22:25:17 -04:00
Suppress QMAP decoding only if WSJT-X transmitted too much in a Q65-60x submode.
This commit is contained in:
parent
e2ef2c7dbb
commit
11f8efd2a9
@ -800,7 +800,7 @@ void MainWindow::freezeDecode(int n) //freezeDecode()
|
||||
void MainWindow::decode() //decode()
|
||||
{
|
||||
if(m_decoderBusy) return; //Don't attempt decode if decoder already busy
|
||||
if(m_nTx30>5 or m_nTx60>10) return; //Don't decode if WSJT-X transmitted too much
|
||||
if(m_nTx60>10) return; //Don't decode if WSJT-X transmitted too much in 60 s mode
|
||||
QString fname=" ";
|
||||
ui->DecodeButton->setStyleSheet(m_pbdecoding_style1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user