Don't start decoder until t=56 s, to accommodate Q65 Tx duration and EME delay.

This commit is contained in:
Joe Taylor 2021-04-21 11:28:09 -04:00
parent db9ed3be03
commit bc88592684
1 changed files with 2 additions and 1 deletions

View File

@ -630,7 +630,8 @@ void MainWindow::dataSink(int k)
ntrz=ntr;
n=0;
}
if(ihsym == 280) {
//if(ihsym == 280) { //For JT65, decode at t=52 s
if(ihsym == 302) { //For Q65, decode at t=56 s
datcom_.newdat=1;
datcom_.nagain=0;
QDateTime t = QDateTime::currentDateTimeUtc();