Browse Source

Blimp: add AIS to ADSB stream rate

apm_2208
Iampete1 4 years ago committed by Andrew Tridgell
parent
commit
6b06e2eb9b
  1. 3
      Blimp/GCS_Mavlink.cpp

3
Blimp/GCS_Mavlink.cpp

@ -366,7 +366,8 @@ static const ap_message STREAM_PARAMS_msgs[] = { @@ -366,7 +366,8 @@ static const ap_message STREAM_PARAMS_msgs[] = {
MSG_NEXT_PARAM
};
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[] = {

Loading…
Cancel
Save