mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Sub: added ESC_TELEMETRY to mavlink streams
This commit is contained in:
parent
d454bc555e
commit
5eab425065
@ -603,8 +603,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
MSG_EKF_STATUS_REPORT,
|
||||
MSG_VIBRATION,
|
||||
#if RPM_ENABLED == ENABLED
|
||||
MSG_RPM
|
||||
MSG_RPM,
|
||||
#endif
|
||||
MSG_ESC_TELEMETRY,
|
||||
};
|
||||
|
||||
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user