Set txFreq=700 for Q65-60E. Initialize m_TRperiod=60 s in Wide Graph.

This commit is contained in:
Joe Taylor 2021-04-07 11:29:23 -04:00
parent 0024bd1be9
commit 598e6d54b3
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -79,7 +79,7 @@ private:
qint32 m_fCal;
qint32 m_fSample;
qint32 m_mode65;
qint32 m_TRperiod;
qint32 m_TRperiod=60;
Ui::WideGraph *ui;
};