Browse Source

Sub: split RC_CHANNELS messages onto separate ap_message ids

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
0af3ecca70
  1. 3
      ArduSub/GCS_Mavlink.cpp

3
ArduSub/GCS_Mavlink.cpp

@ -343,7 +343,8 @@ static const ap_message STREAM_POSITION_msgs[] = { @@ -343,7 +343,8 @@ static const ap_message STREAM_POSITION_msgs[] = {
};
static const ap_message STREAM_RC_CHANNELS_msgs[] = {
MSG_SERVO_OUTPUT_RAW,
MSG_RADIO_IN
MSG_RC_CHANNELS,
MSG_RC_CHANNELS_RAW, // only sent on a mavlink1 connection
};
static const ap_message STREAM_EXTRA1_msgs[] = {
MSG_ATTITUDE,

Loading…
Cancel
Save