mavlink: show forwarding status

Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
Julian Oes 2022-12-12 11:20:30 +13:00 committed by Daniel Agar
parent 47215bb625
commit 7b8cf4913e
1 changed files with 1 additions and 0 deletions

View File

@ -2949,6 +2949,7 @@ Mavlink::display_status()
_ftp_on ? "YES" : "NO",
_transmitting_enabled ? "YES" : "NO");
printf("\tmode: %s\n", mavlink_mode_str(_mode));
printf("\tForwarding: %s\n", get_forwarding_on() ? "On" : "Off");
printf("\tMAVLink version: %" PRId32 "\n", _protocol_version);
printf("\ttransport protocol: ");