mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-10 17:59:04 -04:00
Senc correct Tx tone after switching from JT4 to Echo mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5573 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-2
@@ -127,8 +127,8 @@ void Modulator::close ()
|
||||
qint64 Modulator::readData (char * data, qint64 maxSize)
|
||||
{
|
||||
static int j0=-1;
|
||||
static double toneFrequency0;
|
||||
double toneFrequency;
|
||||
static double toneFrequency0=1500.0;
|
||||
double toneFrequency=1500.0;
|
||||
|
||||
if(maxSize==0) return 0;
|
||||
Q_ASSERT (!(maxSize % qint64 (bytesPerFrame ()))); // no torn frames
|
||||
|
||||
Reference in New Issue
Block a user