mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
sending Mavlink system type
This commit is contained in:
parent
0da5125b7f
commit
52297679c4
@ -29,7 +29,7 @@ static NOINLINE void send_heartbeat(mavlink_channel_t chan)
|
||||
{
|
||||
mavlink_msg_heartbeat_send(
|
||||
chan,
|
||||
mavlink_system.type,
|
||||
MAV_TYPE_QUADROTOR/*mavlink_system.type*/,
|
||||
MAV_AUTOPILOT_ARDUPILOTMEGA);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user