Display full Doppler in Echo mode text output, not just the audio shift.

This commit is contained in:
Joe Taylor
2022-08-16 14:42:22 -04:00
parent a767a7dd1e
commit d08c1e106a
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -367,3 +367,8 @@ qint32 Astro::nfRIT()
return 0;
}
}
qint32 Astro::DopplerMethod()
{
return m_DopplerMethod;
}