Revert "forward mlat messages to Stratux"
This reverts commit c89930b4b9.
This commit is contained in:
parent
917aa6a0e2
commit
bc9336e0be
4
net_io.c
4
net_io.c
|
|
@ -800,7 +800,9 @@ static void modesSendStratuxOutput(struct modesMessage *mm, struct aircraft *a)
|
|||
if (mm->correctedbits >= 2)
|
||||
return;
|
||||
|
||||
// NOTE: mlat messages are forwarded via Stratux output.
|
||||
// Don't ever forward mlat messages via Stratux output.
|
||||
if (mm->source == SOURCE_MLAT)
|
||||
return;
|
||||
|
||||
// Don't ever send unreliable messages via Stratux output
|
||||
if (!mm->reliable && !a->reliable)
|
||||
|
|
|
|||
Loading…
Reference in New Issue