mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: enable send of EFI_STATUS
This commit is contained in:
parent
8ff0ac3707
commit
4eac00db29
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "GCS_Mavlink.h"
|
#include "GCS_Mavlink.h"
|
||||||
#include <AP_RPM/AP_RPM_config.h>
|
#include <AP_RPM/AP_RPM_config.h>
|
||||||
|
#include <AP_EFI/AP_EFI_config.h>
|
||||||
|
|
||||||
MAV_TYPE GCS_Copter::frame_type() const
|
MAV_TYPE GCS_Copter::frame_type() const
|
||||||
{
|
{
|
||||||
@ -541,6 +542,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||||||
MSG_ESC_TELEMETRY,
|
MSG_ESC_TELEMETRY,
|
||||||
MSG_GENERATOR_STATUS,
|
MSG_GENERATOR_STATUS,
|
||||||
MSG_WINCH_STATUS,
|
MSG_WINCH_STATUS,
|
||||||
|
#if HAL_EFI_ENABLED
|
||||||
|
MSG_EFI_STATUS,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_PARAMS_msgs[] = {
|
static const ap_message STREAM_PARAMS_msgs[] = {
|
||||||
MSG_NEXT_PARAM
|
MSG_NEXT_PARAM
|
||||||
|
Loading…
Reference in New Issue
Block a user