mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 07:24:38 -04:00
Display full Doppler in Echo mode text output, not just the audio shift.
This commit is contained in:
@@ -367,3 +367,8 @@ qint32 Astro::nfRIT()
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
qint32 Astro::DopplerMethod()
|
||||
{
|
||||
return m_DopplerMethod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user