Browse Source

Tracker: create persist_streamrates() callback to indicate persistence

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
3bffe3c345
  1. 9
      AntennaTracker/GCS_Mavlink.cpp

9
AntennaTracker/GCS_Mavlink.cpp

@ -374,15 +374,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg) @@ -374,15 +374,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
{
switch (msg->msgid) {
// If we are currently operating as a proxy for a remote,
// alas we have to look inside each packet to see if it's for us or for the remote
case MAVLINK_MSG_ID_REQUEST_DATA_STREAM:
{
handle_request_data_stream(msg, false);
break;
}
case MAVLINK_MSG_ID_HEARTBEAT:
break;

Loading…
Cancel
Save