Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop

This commit is contained in:
Joe Taylor 2023-08-31 14:32:21 -04:00
commit 9a863d6590
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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;
}