mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Copter: decode correct ADSB packet
This commit is contained in:
parent
d482c7f4b7
commit
d04a5d58fd
@ -2119,7 +2119,7 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_UAVIONIX_ADSB_OUT_DYNAMIC:
|
||||
case MAVLINK_MSG_ID_UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT:
|
||||
#if ADSB_ENABLED == ENABLED
|
||||
copter.adsb.transceiver_report(chan, msg);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user