mirror of https://github.com/ArduPilot/ardupilot
ArduSub: stop sending SENSOR_OFFSETS
Only works for first compass instance. We have all of these in parameters anyway.
This commit is contained in:
parent
5afaacc320
commit
aa22126355
|
@ -322,7 +322,6 @@ static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
|||
MSG_SCALED_PRESSURE,
|
||||
MSG_SCALED_PRESSURE2,
|
||||
MSG_SCALED_PRESSURE3,
|
||||
MSG_SENSOR_OFFSETS
|
||||
};
|
||||
static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
||||
MSG_SYS_STATUS,
|
||||
|
@ -832,4 +831,4 @@ uint8_t GCS_MAVLINK_Sub::high_latency_tgt_airspeed() const
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif // HAL_HIGH_LATENCY2_ENABLED
|
||||
#endif // HAL_HIGH_LATENCY2_ENABLED
|
||||
|
|
Loading…
Reference in New Issue