From 598e6d54b34679cdc15bc90917e78a51a750957c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 7 Apr 2021 11:29:23 -0400 Subject: [PATCH] Set txFreq=700 for Q65-60E. Initialize m_TRperiod=60 s in Wide Graph. --- mainwindow.cpp | 2 +- widegraph.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index aa422694e..9a3fc4f14 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1491,7 +1491,7 @@ void MainWindow::guiUpdate() gen65_(message,&mode65,&samfac,&nsendingsh,msgsent,iwave, &nwave,len1,len1); } else { - if(m_modeQ65==5) ntxFreq=600; + if(m_modeQ65==5) ntxFreq=700; genqra64a_(message,&ichk,&ntxFreq,&m_modeQ65,&itype,msgsent,iwave, &nwave,len1,len1); } diff --git a/widegraph.h b/widegraph.h index 1300f79f1..e7fbee4f9 100644 --- a/widegraph.h +++ b/widegraph.h @@ -79,7 +79,7 @@ private: qint32 m_fCal; qint32 m_fSample; qint32 m_mode65; - qint32 m_TRperiod; + qint32 m_TRperiod=60; Ui::WideGraph *ui; };