Rover: added ESC_TELEMETRY to mavlink streams

This commit is contained in:
Andrew Tridgell 2018-06-21 09:51:06 +10:00
parent a8f99882ba
commit 667ad98057
1 changed files with 2 additions and 1 deletions

View File

@ -448,7 +448,8 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_MAG_CAL_PROGRESS,
MSG_EKF_STATUS_REPORT,
MSG_VIBRATION,
MSG_RPM
MSG_RPM,
MSG_ESC_TELEMETRY,
};
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {