Browse Source

fix issue 502

to identify quad over mavlink
master
Michael Oborne 13 years ago
parent
commit
151479f769
  1. 1
      ArduCopter/system.pde

1
ArduCopter/system.pde

@ -205,6 +205,7 @@ static void init_ardupilot()
// identify ourselves correctly with the ground station // identify ourselves correctly with the ground station
mavlink_system.sysid = g.sysid_this_mav; mavlink_system.sysid = g.sysid_this_mav;
mavlink_system.type = 2; //MAV_QUADROTOR;
#if LOGGING_ENABLED == ENABLED #if LOGGING_ENABLED == ENABLED
DataFlash.Init(); DataFlash.Init();

Loading…
Cancel
Save