Work in progress on Echo mode. Some temporary stuff here!

This commit is contained in:
Joe Taylor
2022-07-21 11:39:24 -04:00
parent 9d0e211844
commit fd4a2e3b61
4 changed files with 99 additions and 5 deletions
+3
View File
@@ -8721,6 +8721,9 @@ void MainWindow::astroUpdate ()
m_freqNominal,
"Echo" == m_mode, m_transmitting,
!m_config.tx_QSY_allowed (), m_TRperiod);
qDebug() << "aa" << correction.tx << correction.rx << m_astroWidget->nfRIT()
<< m_astroWidget->bDither() << m_config.transceiver_resolution ()
<< m_freqNominal;
// no Doppler correction in Tx if rig can't do it
if (m_transmitting && !m_config.tx_QSY_allowed ()) return;
if (!m_astroWidget->doppler_tracking ()) return;