GCS_MAVLink: process messages sent to broadcast system

.... even if we've forwarded them to someone else.
This commit is contained in:
Peter Barker 2020-10-09 17:54:44 +11:00 committed by Andrew Tridgell
parent d3ba7a8409
commit 7c8df47ac9
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}