FT8_SH should be indicated for Tx too

This commit is contained in:
Brian Moran 2024-07-12 13:47:42 -07:00
parent d8b17cff83
commit 66d1b6640e

View File

@ -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()) {