mirror of https://github.com/ArduPilot/ardupilot
Blimp: add build option to not send RC_CHANNELS_RAW
we keep this around in case we break old OSD setups
This commit is contained in:
parent
29ff6a28d1
commit
004764032e
|
@ -343,7 +343,9 @@ static const ap_message STREAM_POSITION_msgs[] = {
|
|||
static const ap_message STREAM_RC_CHANNELS_msgs[] = {
|
||||
MSG_SERVO_OUTPUT_RAW,
|
||||
MSG_RC_CHANNELS,
|
||||
#if AP_MAVLINK_MSG_RC_CHANNELS_RAW_ENABLED
|
||||
MSG_RC_CHANNELS_RAW, // only sent on a mavlink1 connection
|
||||
#endif
|
||||
};
|
||||
static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||
MSG_ATTITUDE,
|
||||
|
|
Loading…
Reference in New Issue