mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-19 06:08:35 -04:00
Allow static 4-digit numbers as FT RU exchanges instead of serial numbers. This extends the usability of the FT RU protocol for other contest types.
This commit is contained in:
@@ -6102,6 +6102,9 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
t1 = t1.asprintf("%4.4d",ui->sbSerialNumber->value());
|
||||
sent=rst + t1;
|
||||
}
|
||||
if(t1.contains(QRegularExpression {"\\d\\d\\d\\d"})) {
|
||||
t1 = m_config.RTTY_Exchange();
|
||||
}
|
||||
}
|
||||
if(SpecOp::EU_VHF==m_specOp) {
|
||||
QString a;
|
||||
|
||||
Reference in New Issue
Block a user