mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: process messages sent to broadcast system
.... even if we've forwarded them to someone else.
This commit is contained in:
parent
d3ba7a8409
commit
7c8df47ac9
|
@ -177,7 +177,8 @@ bool MAVLink_routing::check_and_forward(mavlink_channel_t in_channel, const mavl
|
|||
}
|
||||
}
|
||||
|
||||
if (!forwarded && match_system) {
|
||||
if ((!forwarded && match_system) ||
|
||||
broadcast_system) {
|
||||
process_locally = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue