mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
FT8_SH should be indicated for Tx too
This commit is contained in:
parent
d8b17cff83
commit
66d1b6640e
@ -10756,7 +10756,7 @@ void MainWindow::write_all(QString txRx, QString message)
|
||||
if(mode_string=="FT8 " and txRx=="Tx" and m_config.superFox() and
|
||||
m_specOp==SpecOp::FOX) mode_string="FT8_SF";
|
||||
|
||||
if(mode_string=="FT8 " and txRx=="Rx" and m_config.superFox() and
|
||||
if(mode_string=="FT8 " and m_config.superFox() and
|
||||
m_specOp==SpecOp::HOUND) mode_string="FT8_SH";
|
||||
|
||||
if (mode_string == "FT8_SH" && verified_call_regex.match(message).hasMatch()) {
|
||||
|
Loading…
Reference in New Issue
Block a user