1 parent 77cc663 commit fcfc650Copy full SHA for fcfc650
2 files changed
Changelog
@@ -24,6 +24,7 @@ TBC - 0.51.0
24
- Fixed ADIF multiline fields are incorrectly parsed (issue #1046)
25
- Fixed Editing POTA entity causes crash (issue #1049)
26
- Fixed ADX app-fields and grid normalization
27
+- Fixed WSJTX Status tx_mode value
28
- Github - Source code is signed (#1018)
29
30
2026/04/26 - 0.50.0
core/WsjtxUDPReceiver.cpp
@@ -287,7 +287,7 @@ void WsjtxUDPReceiver::readPendingDatagrams()
287
288
status.id = QString(id);
289
status.mode = QString(mode);
290
- status.tx_mode = QString(mode);
+ status.tx_mode = QString(tx_mode);
291
status.sub_mode = QString(sub_mode);
292
status.report = QString(report);
293
status.dx_call = QString(dx_call);
0 commit comments