mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Upload FST4W-900 spots with tr=15 because WSPRnet does not recognize tr=16.
This commit is contained in:
parent
fb01223768
commit
86c3f6aa90
@ -278,9 +278,10 @@ QString WSPRNet::encode_mode () const
|
||||
if (m_mode == "FST4W")
|
||||
{
|
||||
auto tr = static_cast<int> ((TR_period_ / 60.)+.5);
|
||||
if (2 == tr || 15 == tr)
|
||||
// if (2 == tr || 15 == tr)
|
||||
if (2 == tr)
|
||||
{
|
||||
tr += 1; // distinguish from WSPR-2 and WSPR-15
|
||||
tr += 1; // distinguish from WSPR-2
|
||||
}
|
||||
return QString::number (tr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user