Mavlink ID component Qgroundcontrol

I have routed packets from some PX4 to Qgroundcontrol. I have decoded those mavlink packets in my software, before coding again and forward to the QgroundControl. Some messages need target system and target component ID. The system ID of QgroundControl is 255, I think. What is the QgroundControl component ID?

@stalone,
QGC component ID is (190) MAV_COMP_ID_MISSIONPLANNER

1 Like