mirror of https://github.com/ArduPilot/ardupilot
Copter: added ESC_TELEMETRY to mavlink streams
This commit is contained in:
parent
667ad98057
commit
b43316d743
|
@ -514,7 +514,8 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||||
MSG_MAG_CAL_PROGRESS,
|
MSG_MAG_CAL_PROGRESS,
|
||||||
MSG_EKF_STATUS_REPORT,
|
MSG_EKF_STATUS_REPORT,
|
||||||
MSG_VIBRATION,
|
MSG_VIBRATION,
|
||||||
MSG_RPM
|
MSG_RPM,
|
||||||
|
MSG_ESC_TELEMETRY,
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_ADSB_msgs[] = {
|
static const ap_message STREAM_ADSB_msgs[] = {
|
||||||
MSG_ADSB_VEHICLE
|
MSG_ADSB_VEHICLE
|
||||||
|
|
Loading…
Reference in New Issue