Correct stop behavior when clicking send
This commit is contained in:
parent
762f0fb3e1
commit
0a95c79f3a
@ -2860,6 +2860,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
{
|
{
|
||||||
while(proc_jt9.canReadLine()) {
|
while(proc_jt9.canReadLine()) {
|
||||||
QByteArray t=proc_jt9.readLine();
|
QByteArray t=proc_jt9.readLine();
|
||||||
|
qDebug()<< QString(t);
|
||||||
if(m_mode=="FT8" and !m_config.bHound() and t.contains(";")) {
|
if(m_mode=="FT8" and !m_config.bHound() and t.contains(";")) {
|
||||||
if(t.contains("<...>")) continue;
|
if(t.contains("<...>")) continue;
|
||||||
if(!m_bWarnedHound) {
|
if(!m_bWarnedHound) {
|
||||||
@ -5149,6 +5150,7 @@ void MainWindow::on_startTxButton_toggled(bool checked)
|
|||||||
startTx();
|
startTx();
|
||||||
} else {
|
} else {
|
||||||
resetMessage();
|
resetMessage();
|
||||||
|
stopTx();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user