mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: add Airspeed to raw sensor stream rates
This commit is contained in:
parent
091ba2782c
commit
b1a1f0f7d3
|
@ -264,6 +264,7 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
||||||
MSG_SCALED_PRESSURE,
|
MSG_SCALED_PRESSURE,
|
||||||
MSG_SCALED_PRESSURE2,
|
MSG_SCALED_PRESSURE2,
|
||||||
MSG_SCALED_PRESSURE3,
|
MSG_SCALED_PRESSURE3,
|
||||||
|
MSG_AIRSPEED,
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||||
MSG_SYS_STATUS,
|
MSG_SYS_STATUS,
|
||||||
|
|
Loading…
Reference in New Issue