mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: handle ADSB-Out packets
This commit is contained in:
parent
5c3cca7911
commit
07a838937e
@ -2098,6 +2098,12 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MAVLINK_MSG_ID_UAVIONIX_ADSB_OUT_DYNAMIC:
|
||||||
|
#if ADSB_ENABLED == ENABLED
|
||||||
|
copter.adsb.transceiver_report(chan, msg);
|
||||||
|
#endif
|
||||||
|
break;
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
||||||
handle_setup_signing(msg);
|
handle_setup_signing(msg);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user