mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
Tweaks to Fox/Hound behavior. More to come!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8301 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1557b9cb99
commit
6a90a11651
@ -95,7 +95,7 @@ subroutine foxgen()
|
|||||||
itone2=itone
|
itone2=itone
|
||||||
msgbits2=msgbits
|
msgbits2=msgbits
|
||||||
|
|
||||||
f0=1500.d0 + fstep*(n-1)
|
f0=1800.d0 + fstep*(n-1)
|
||||||
phi=0.d0
|
phi=0.d0
|
||||||
k=0
|
k=0
|
||||||
do j=1,NN
|
do j=1,NN
|
||||||
|
@ -2901,8 +2901,8 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
QString foxCall=w.at(3);
|
QString foxCall=w.at(3);
|
||||||
foxCall=foxCall.remove("<").remove(">");
|
foxCall=foxCall.remove("<").remove(">");
|
||||||
if(w.at(0)==m_config.my_callsign()) {
|
if(w.at(0)==m_config.my_callsign()) {
|
||||||
//### Check for ui->dxCallEntry->text()==foxCall and insert report received
|
//### Check for ui->dxCallEntry->text()==foxCall before logging! ###
|
||||||
//### and report sent before logging! ###
|
auto_tx_mode(false);
|
||||||
on_logQSOButton_clicked();
|
on_logQSOButton_clicked();
|
||||||
}
|
}
|
||||||
if(w.at(2)==m_config.my_callsign()) {
|
if(w.at(2)==m_config.my_callsign()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user