From bc88592684339dea1426bec640863a727b3fe519 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 21 Apr 2021 11:28:09 -0400 Subject: [PATCH] Don't start decoder until t=56 s, to accommodate Q65 Tx duration and EME delay. --- map65/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index e54ddc15b..2a32bc239 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -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();