mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: add AIS to ADSB stream rate
This commit is contained in:
parent
7fd157acb4
commit
cbaea15c96
@ -543,7 +543,8 @@ static const ap_message STREAM_PARAMS_msgs[] = {
|
|||||||
MSG_NEXT_PARAM
|
MSG_NEXT_PARAM
|
||||||
};
|
};
|
||||||
static const ap_message STREAM_ADSB_msgs[] = {
|
static const ap_message STREAM_ADSB_msgs[] = {
|
||||||
MSG_ADSB_VEHICLE
|
MSG_ADSB_VEHICLE,
|
||||||
|
MSG_AIS_VESSEL,
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user