From b99812111d9c1103ea3a83e15628b3a554b12d7f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 21 Apr 2021 15:33:13 -0400 Subject: [PATCH] Must keep ihsym stopping point at 280, for old *.tf2/*.iq files. --- map65/mainwindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 2a32bc239..b7da9cbc4 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -630,8 +630,9 @@ void MainWindow::dataSink(int k) ntrz=ntr; 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_.nagain=0; QDateTime t = QDateTime::currentDateTimeUtc();