Set RxFreq spoinner to freq of selected reply to my CQ.

This commit is contained in:
Joe Taylor 2022-03-28 17:30:00 -04:00
parent 4fb06dda43
commit 675a768de1
1 changed files with 1 additions and 0 deletions

View File

@ -3770,6 +3770,7 @@ void MainWindow::readFromStdout() //readFromStdout
ntx=3;
}
genStdMsgs(QString::number(decodedtext.snr()));
ui->RxFreqSpinBox->setValue(decodedtext.frequencyOffset());
setTxMsg(ntx);
}
}