mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
This commit is contained in:
commit
9a863d6590
@ -31,7 +31,7 @@ image::RadioTab.png[align="center",alt="Radio Tab"]
|
|||||||
suitable.
|
suitable.
|
||||||
|
|
||||||
* _CAT Control_: To have _WSJT-X_ control the radio directly rather
|
* _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
|
** Select the *Serial Port* or *Network Server* including the service
|
||||||
port number used to communicate with your radio.
|
port number used to communicate with your radio.
|
||||||
|
@ -6676,6 +6676,10 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
|||||||
m_xSent=m_config.my_grid().left(4);
|
m_xSent=m_config.my_grid().left(4);
|
||||||
m_xRcvd=m_hisGrid;
|
m_xRcvd=m_hisGrid;
|
||||||
break;
|
break;
|
||||||
|
case SpecOp::Q65_PILEUP:
|
||||||
|
m_xSent=m_config.my_grid().left(4);
|
||||||
|
m_xRcvd=m_hisGrid;
|
||||||
|
break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user