mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Change MAVLink component ID to be a "proper" autopilot - makes QGC & mLRS work properly.
This commit is contained in:
parent
92d6315e59
commit
4b47e89d1a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue