mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Small adjustment to make file names for QRA66-30 modes correct.
This commit is contained in:
parent
42626009b5
commit
07f63cdb63
@ -3018,7 +3018,7 @@ void MainWindow::decode() //decode()
|
|||||||
if(m_TRperiod>=60) imin=imin - (imin % (int(m_TRperiod)/60));
|
if(m_TRperiod>=60) imin=imin - (imin % (int(m_TRperiod)/60));
|
||||||
dec_data.params.nutc=100*ihr + imin;
|
dec_data.params.nutc=100*ihr + imin;
|
||||||
if(m_TRperiod < 60) {
|
if(m_TRperiod < 60) {
|
||||||
qint64 ms=1000.0*(2.0-m_TRperiod);
|
qint64 ms=1000.0*(3.5-m_TRperiod);
|
||||||
if(m_mode=="FST4") ms=1000.0*(6.0-m_TRperiod);
|
if(m_mode=="FST4") ms=1000.0*(6.0-m_TRperiod);
|
||||||
//Adjust for FT8 early decode:
|
//Adjust for FT8 early decode:
|
||||||
if(m_mode=="FT8" and m_ihsym==m_earlyDecode and !m_diskData) ms+=(m_hsymStop-m_earlyDecode)*288;
|
if(m_mode=="FT8" and m_ihsym==m_earlyDecode and !m_diskData) ms+=(m_hsymStop-m_earlyDecode)*288;
|
||||||
|
Loading…
Reference in New Issue
Block a user