diff --git a/ArduCopter/system.pde b/ArduCopter/system.pde index 6b50b3dfcf..5c07a92502 100644 --- a/ArduCopter/system.pde +++ b/ArduCopter/system.pde @@ -214,6 +214,9 @@ static void init_ardupilot() gcs3.init(&Serial3); #endif + // identify ourselves correctly with the ground station + mavlink_system.sysid = g.sysid_this_mav; + #ifdef RADIO_OVERRIDE_DEFAULTS { int16_t rc_override[8] = RADIO_OVERRIDE_DEFAULTS;