Browse Source

Copter: split MSG_SCALED_PRESSURE into three separate messages

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
ca2a49c1c6
  1. 4
      ArduCopter/GCS_Mavlink.cpp

4
ArduCopter/GCS_Mavlink.cpp

@ -435,7 +435,9 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = { @@ -435,7 +435,9 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
MSG_RAW_IMU,
MSG_SCALED_IMU2,
MSG_SCALED_IMU3,
MSG_SCALED_PRESSURE, // SCALED_PRESSURE, SCALED_PRESSURE2, SCALED_PRESSURE3
MSG_SCALED_PRESSURE,
MSG_SCALED_PRESSURE2,
MSG_SCALED_PRESSURE3,
MSG_SENSOR_OFFSETS
};
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {

Loading…
Cancel
Save