mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: split RC_CHANNELS messages onto separate ap_message ids
This commit is contained in:
parent
9910a44dcc
commit
6435a867f5
@ -405,7 +405,8 @@ static const ap_message STREAM_POSITION_msgs[] = {
|
||||
};
|
||||
static const ap_message STREAM_RC_CHANNELS_msgs[] = {
|
||||
MSG_SERVO_OUTPUT_RAW,
|
||||
MSG_RADIO_IN // RC_CHANNELS_RAW, RC_CHANNELS
|
||||
MSG_RC_CHANNELS,
|
||||
MSG_RC_CHANNELS_RAW, // only sent on a mavlink1 connection
|
||||
};
|
||||
static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||
MSG_ATTITUDE,
|
||||
|
Loading…
Reference in New Issue
Block a user