mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
fix issue 502
to identify quad over mavlink
This commit is contained in:
parent
be625c6df6
commit
484b688700
@ -205,7 +205,8 @@ static void init_ardupilot()
|
||||
|
||||
// identify ourselves correctly with the ground station
|
||||
mavlink_system.sysid = g.sysid_this_mav;
|
||||
|
||||
mavlink_system.type = 2; //MAV_QUADROTOR;
|
||||
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
DataFlash.Init();
|
||||
if (!DataFlash.CardInserted()) {
|
||||
|
Loading…
Reference in New Issue
Block a user