Correct the m_hsymStop values for FST240-300.

This commit is contained in:
Joe Taylor 2020-06-27 16:58:55 -04:00
parent 04d6fe4617
commit 2b85c70bbc

View File

@ -1342,8 +1342,8 @@ void MainWindow::fixStop()
} else if (m_mode=="FT4") {
m_hsymStop=21;
} else if(m_mode=="FST240" or m_mode=="FST240W") {
int stop[] = {44,85,187,387,987};
int stop_EME[] = {51,95,197,396,997};
int stop[] = {44,85,187,387,1003};
int stop_EME[] = {51,95,197,396,1012};
int i=0;
if(m_TRperiod==30) i=1;
if(m_TRperiod==60) i=2;