mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: do not save data stream rate updates to eeprom
This commit is contained in:
parent
ab74c043f4
commit
901e318652
@ -573,7 +573,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
// alas we have to look inside each packet to see if its for us or for the remote
|
||||
case MAVLINK_MSG_ID_REQUEST_DATA_STREAM:
|
||||
{
|
||||
handle_request_data_stream(msg, true);
|
||||
handle_request_data_stream(msg, false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user