mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
Tone down mavlink message
This commit is contained in:
@@ -2492,9 +2492,7 @@ Mavlink::set_boot_complete()
|
||||
if ((inst->get_mode() != MAVLINK_MODE_ONBOARD) &&
|
||||
(!inst->broadcast_enabled()) &&
|
||||
((inst->get_protocol() == UDP) || (inst->get_protocol() == TCP))) {
|
||||
printf("\n\n ********** NETWORK BROADCAST NOT ENABLED **********\n" \
|
||||
" The drone will only connect to localhost (excluding VMs).\n" \
|
||||
" Run 'pxh> param set MAV_BROADCAST 1' to enable.\n");
|
||||
PX4_INFO("MAVLink only on localhost (set param MAV_BROADCAST = 1 to enable network)");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user