mirror of https://github.com/ArduPilot/ardupilot
Blimp: tidy sending of esc telem generator messages
This commit is contained in:
parent
a0f4863dad
commit
c79e9eb039
|
@ -375,7 +375,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||
#if AP_RPM_ENABLED
|
||||
MSG_RPM,
|
||||
#endif
|
||||
#if HAL_WITH_ESC_TELEM
|
||||
MSG_ESC_TELEMETRY,
|
||||
#endif
|
||||
#if HAL_GENERATOR_ENABLED
|
||||
MSG_GENERATOR_STATUS,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue