mirror of https://github.com/ArduPilot/ardupilot
Blimp: tidy sending of queued generator messages
This commit is contained in:
parent
256f373d7f
commit
3af77ea470
|
@ -376,7 +376,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||
MSG_RPM,
|
||||
#endif
|
||||
MSG_ESC_TELEMETRY,
|
||||
#if HAL_GENERATOR_ENABLED
|
||||
MSG_GENERATOR_STATUS,
|
||||
#endif
|
||||
};
|
||||
static const ap_message STREAM_PARAMS_msgs[] = {
|
||||
MSG_NEXT_PARAM
|
||||
|
|
Loading…
Reference in New Issue