[fix](trx-rs): correct FT2 OSD generator setup

This commit is contained in:
2026-03-14 21:18:13 +01:00
parent e6a78d0ec0
commit f43f3a27fd
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -1131,7 +1131,7 @@ static bool ft2_decode_hit(
int nharderror = -1;
float dmin = 0.0f;
decode174_91_osd(log174, FTX_LDPC_K, 3, 3, apmask, message91, cw, &ntype, &nharderror, &dmin);
if (ntype != 0 && nharderror > 0)
if (ntype != 0 && nharderror >= 0)
ok = ft2_unpack_message(cw, message);
}
if (!ok && fail_stage)