diff --git a/doc/user_guide/en/settings-radio.adoc b/doc/user_guide/en/settings-radio.adoc index 1224c94ed..2fca3f582 100644 --- a/doc/user_guide/en/settings-radio.adoc +++ b/doc/user_guide/en/settings-radio.adoc @@ -31,7 +31,7 @@ image::RadioTab.png[align="center",alt="Radio Tab"] suitable. * _CAT Control_: To have _WSJT-X_ control the radio directly rather - than though another program, make the following settings: + than through another program, make the following settings: ** Select the *Serial Port* or *Network Server* including the service port number used to communicate with your radio. diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index d59cf20f6..4d6393a80 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -6676,6 +6676,10 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button m_xSent=m_config.my_grid().left(4); m_xRcvd=m_hisGrid; break; + case SpecOp::Q65_PILEUP: + m_xSent=m_config.my_grid().left(4); + m_xRcvd=m_hisGrid; + break; default: break; }