Skip to content

Commit

Permalink
Merge pull request #10258 from MUSTARDTIGERFPV/fix-mavlink-compid
Browse files Browse the repository at this point in the history
Change MAVLink component ID to be a "proper" autopilot
  • Loading branch information
mmosca authored Jul 27, 2024
2 parents 1594996 + 4b47e89 commit 2ac8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/telemetry/mavlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static mavlink_message_t mavRecvMsg;
static mavlink_status_t mavRecvStatus;

static uint8_t mavSystemId = 1;
static uint8_t mavComponentId = MAV_COMP_ID_SYSTEM_CONTROL;
static uint8_t mavComponentId = MAV_COMP_ID_AUTOPILOT1;

static APM_COPTER_MODE inavToArduCopterMap(flightModeForTelemetry_e flightMode)
{
Expand Down

0 comments on commit 2ac8b7d

Please sign in to comment.