Send current self-dop from MAP65 mainwindow to decoder.

This commit is contained in:
Joe Taylor
2022-12-02 10:20:43 -05:00
parent 0055222306
commit 32411d1fd0
7 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -1322,7 +1322,7 @@ void MainWindow::decode() //decode()
datcom_.nxpol=0;
if(m_xpol) datcom_.nxpol=1;
datcom_.nmode=10*m_modeQ65 + m_modeJT65;
datcom_.nfast=1; //No longer used
// datcom_.nfast=1; //No longer used
datcom_.nsave=m_nsave;
datcom_.max_drift=ui->sbMaxDrift->value();