Don't need conditional output on the stratux port, that's done in prepareWrite()
This commit is contained in:
parent
9b06099971
commit
7356676c5b
3
net_io.c
3
net_io.c
|
|
@ -1000,8 +1000,7 @@ void modesQueueOutput(struct modesMessage *mm, struct aircraft *a) {
|
||||||
|
|
||||||
// Delegate to the format-specific outputs, each of which makes its own decision about filtering messages
|
// Delegate to the format-specific outputs, each of which makes its own decision about filtering messages
|
||||||
modesSendSBSOutput(mm, a);
|
modesSendSBSOutput(mm, a);
|
||||||
if (Modes.net_output_stratux_ports)
|
modesSendStratuxOutput(mm, a);
|
||||||
modesSendStratuxOutput(mm, a);
|
|
||||||
modesSendRawOutput(mm, a);
|
modesSendRawOutput(mm, a);
|
||||||
modesSendBeastVerbatimOutput(mm, a);
|
modesSendBeastVerbatimOutput(mm, a);
|
||||||
modesSendBeastCookedOutput(mm, a);
|
modesSendBeastCookedOutput(mm, a);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue