1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 13:34:13 -04:00

Merge pull request #2855 from rgetz/rgetz-fix-same-expression-on-both-sides

chirpchat: Fix FT8 message type 0.4 reply detection
This commit is contained in:
Edouard Griffiths
2026-07-27 18:39:28 +02:00
committed by GitHub
@@ -115,7 +115,7 @@ void ChirpChatDemodDecoderFT::decodeSymbols(
msg = packing.unpack(r174, call1, call2, loc, msgType);
reply = false;
if ((msgType == "0.3") || (msgType == "0.3")) {
if ((msgType == "0.3") || (msgType == "0.4")) {
reply = r174[56] != 0;
}
if ((msgType == "1") || (msgType == "2")) {