mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
Allow output of system type
This commit is contained in:
parent
a226234cee
commit
3a453b56c1
@ -29,7 +29,7 @@ static NOINLINE void send_heartbeat(mavlink_channel_t chan)
|
|||||||
{
|
{
|
||||||
mavlink_msg_heartbeat_send(
|
mavlink_msg_heartbeat_send(
|
||||||
chan,
|
chan,
|
||||||
MAV_TYPE_QUADROTOR/*mavlink_system.type*/,
|
2 /*mavlink_system.type*/, //MAV_TYPE_QUADROTOR
|
||||||
MAV_AUTOPILOT_ARDUPILOTMEGA);
|
MAV_AUTOPILOT_ARDUPILOTMEGA);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user