mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-30 13:22:26 -04:00
Fix the "stuck in Tx" bug.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@4594 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
748aa0c300
commit
0628c0d9e4
@ -1485,7 +1485,10 @@ void MainWindow::guiUpdate()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If btxok was just lowered, start a countdown for lowering PTT
|
// If btxok was just lowered, start a countdown for lowering PTT
|
||||||
if(!btxok && btxok0 && iptt==1) nc0=-11; //RxDelay = 1.0 s
|
if(!btxok && btxok0 && iptt==1) {
|
||||||
|
nc0=-11; //RxDelay = 1.0 s
|
||||||
|
btxok0=false;
|
||||||
|
}
|
||||||
if(nc0 <= 0) nc0++;
|
if(nc0 <= 0) nc0++;
|
||||||
if(nc0 == 0) {
|
if(nc0 == 0) {
|
||||||
if(m_bIQxt) g_pWideGraph->rx570(); // Set Si570 back to Rx Freq
|
if(m_bIQxt) g_pWideGraph->rx570(); // Set Si570 back to Rx Freq
|
||||||
@ -1589,7 +1592,6 @@ void MainWindow::guiUpdate()
|
|||||||
m_sec0=nsec;
|
m_sec0=nsec;
|
||||||
}
|
}
|
||||||
iptt0=iptt;
|
iptt0=iptt;
|
||||||
btxok0=btxok;
|
|
||||||
bIQxt=m_bIQxt;
|
bIQxt=m_bIQxt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=MAP65
|
AppName=MAP65
|
||||||
AppVerName=MAP65 Version 2.5 r4579
|
AppVerName=MAP65 Version 2.5 r4583
|
||||||
AppCopyright=Copyright (C) 2001-2014 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2014 by Joe Taylor, K1JT
|
||||||
DefaultDirName=C:\WSJT\MAP65
|
DefaultDirName=C:\WSJT\MAP65
|
||||||
DefaultGroupName=WSJT\MAP65
|
DefaultGroupName=WSJT\MAP65
|
||||||
|
Loading…
x
Reference in New Issue
Block a user