1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 03:19:58 +03:00

Change MAVLink component ID to be a "proper" autopilot - makes QGC & mLRS work properly.

This commit is contained in:
MUSTARDTIGER FPV 2024-07-27 09:09:40 -07:00 committed by GitHub
parent 92d6315e59
commit 4b47e89d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{