mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-10 10:47:52 -04:00
RIT control should be enabled only in Echo mode.
This commit is contained in:
parent
eee18ba764
commit
6126baa8ac
@ -121,7 +121,6 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
|||||||
AzElFileName.toLocal8Bit ().constData (),
|
AzElFileName.toLocal8Bit ().constData (),
|
||||||
jpleph.toLocal8Bit ().constData ());
|
jpleph.toLocal8Bit ().constData ());
|
||||||
|
|
||||||
// qDebug() << "AA1" << m_dop00 << m_dop << width1 << width2;
|
|
||||||
QString message;
|
QString message;
|
||||||
{
|
{
|
||||||
QTextStream out {&message};
|
QTextStream out {&message};
|
||||||
@ -166,8 +165,8 @@ auto Astro::astroUpdate(QDateTime const& t, QString const& mygrid, QString const
|
|||||||
correction.dop=m_dop;
|
correction.dop=m_dop;
|
||||||
correction.width=width2;
|
correction.width=width2;
|
||||||
}
|
}
|
||||||
if (ui_->cbDopplerTracking->isChecked ()) {
|
if (ui_->cbDopplerTracking->isChecked()) {
|
||||||
ui_->sbRIT->setEnabled(m_DopplerMethod==0);
|
ui_->sbRIT->setEnabled(bEchoMode and m_DopplerMethod==0);
|
||||||
switch (m_DopplerMethod)
|
switch (m_DopplerMethod)
|
||||||
{
|
{
|
||||||
case 1: // All Doppler correction done here; DX station stays at nominal dial frequency.
|
case 1: // All Doppler correction done here; DX station stays at nominal dial frequency.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user