mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Plane: split MSG_SCALED_PRESSURE into three separate messages
This commit is contained in:
parent
ca2a49c1c6
commit
bcf68a9103
@ -608,7 +608,9 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
|||||||
MSG_RAW_IMU,
|
MSG_RAW_IMU,
|
||||||
MSG_SCALED_IMU2,
|
MSG_SCALED_IMU2,
|
||||||
MSG_SCALED_IMU3,
|
MSG_SCALED_IMU3,
|
||||||
MSG_SCALED_PRESSURE, // SCALED_PRESSURE, SCALED_PRESSURE2, SCALED_PRESSURE3
|
MSG_SCALED_PRESSURE,
|
||||||
|
MSG_SCALED_PRESSURE2,
|
||||||
|
MSG_SCALED_PRESSURE3,
|
||||||
MSG_SENSOR_OFFSETS
|
MSG_SENSOR_OFFSETS
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user