Tracker: do not save data stream rate updates to eeprom

This commit is contained in:
Randy Mackay 2016-02-10 10:50:19 +09:00
parent ab74c043f4
commit 901e318652

View File

@ -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;
}