mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Further field day ADIF log enhancements
Received exchange exported to SRX_STRING.
This commit is contained in:
parent
91aa591a71
commit
17492c45a9
@ -145,7 +145,8 @@ QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, Q
|
||||
// include DX as an ARRL_SECT value even though it is
|
||||
// not in the ADIF spec ARRL_SECT enumeration, done
|
||||
// because N1MM does the same
|
||||
t += " <contest_id:14>ARRL-FIELD-DAY <class:" + QString::number (words.at (0).size ()) + '>'
|
||||
t += " <contest_id:14>ARRL-FIELD-DAY <SRX_STRING:" + QString::number (xRcvd.size ()) + '>' + xRcvd
|
||||
+ " <class:" + QString::number (words.at (0).size ()) + '>'
|
||||
+ words.at (0) + " <arrl_sect:" + QString::number (words.at (1).size ()) + '>' + words.at (1);
|
||||
}
|
||||
else if (Configuration::SpecialOperatingActivity::RTTY == config_->special_op_id ())
|
||||
|
Loading…
Reference in New Issue
Block a user