mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Must keep ihsym stopping point at 280, for old *.tf2/*.iq files.
This commit is contained in:
parent
bc88592684
commit
b99812111d
@ -630,8 +630,9 @@ void MainWindow::dataSink(int k)
|
|||||||
ntrz=ntr;
|
ntrz=ntr;
|
||||||
n=0;
|
n=0;
|
||||||
}
|
}
|
||||||
//if(ihsym == 280) { //For JT65, decode at t=52 s
|
|
||||||
if(ihsym == 302) { //For Q65, decode at t=56 s
|
if(ihsym == 280) { //For JT65, decode at t=52 s (also for old *.tf2/*.iq disk files)
|
||||||
|
//if(ihsym == 302) { //For Q65, decode at t=56 s
|
||||||
datcom_.newdat=1;
|
datcom_.newdat=1;
|
||||||
datcom_.nagain=0;
|
datcom_.nagain=0;
|
||||||
QDateTime t = QDateTime::currentDateTimeUtc();
|
QDateTime t = QDateTime::currentDateTimeUtc();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user