Browse Source

Fix MAVLink PROTOCOL_VERSION request

QGC4.4
Mathieu Mirmont 2 years ago committed by Beat Küng
parent
commit
506af075f1
  1. 2
      src/Vehicle/InitialConnectStateMachine.cc

2
src/Vehicle/InitialConnectStateMachine.cc

@ -221,7 +221,7 @@ void InitialConnectStateMachine::_stateRequestProtocolVersion(StateMachine* stat @@ -221,7 +221,7 @@ void InitialConnectStateMachine::_stateRequestProtocolVersion(StateMachine* stat
vehicle->requestMessage(_protocolVersionRequestMessageHandler,
connectMachine,
MAV_COMP_ID_AUTOPILOT1,
MAVLINK_MSG_ID_AUTOPILOT_VERSION);
MAVLINK_MSG_ID_PROTOCOL_VERSION);
}
}
}

Loading…
Cancel
Save