Skip to content

Commit fcfc650

Browse files
committed
WSJTX: Fixed Status tx_mode value
1 parent 77cc663 commit fcfc650

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ TBC - 0.51.0
2424
- Fixed ADIF multiline fields are incorrectly parsed (issue #1046)
2525
- Fixed Editing POTA entity causes crash (issue #1049)
2626
- Fixed ADX app-fields and grid normalization
27+
- Fixed WSJTX Status tx_mode value
2728
- Github - Source code is signed (#1018)
2829

2930
2026/04/26 - 0.50.0

core/WsjtxUDPReceiver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void WsjtxUDPReceiver::readPendingDatagrams()
287287

288288
status.id = QString(id);
289289
status.mode = QString(mode);
290-
status.tx_mode = QString(mode);
290+
status.tx_mode = QString(tx_mode);
291291
status.sub_mode = QString(sub_mode);
292292
status.report = QString(report);
293293
status.dx_call = QString(dx_call);

0 commit comments

Comments
 (0)