mirror of https://github.com/ArduPilot/ardupilot
Plane: added ESC_TELEMETRY to mavlink streams
This commit is contained in:
parent
b43316d743
commit
d454bc555e
|
@ -636,7 +636,8 @@ static const ap_message STREAM_EXTRA1_msgs[] = {
|
|||
MSG_RPM,
|
||||
MSG_AOA_SSA,
|
||||
MSG_PID_TUNING,
|
||||
MSG_LANDING
|
||||
MSG_LANDING,
|
||||
MSG_ESC_TELEMETRY,
|
||||
};
|
||||
static const ap_message STREAM_EXTRA2_msgs[] = {
|
||||
MSG_VFR_HUD
|
||||
|
|
Loading…
Reference in New Issue