mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: allow parameters to download at full speed
This commit is contained in:
parent
54ab96fe16
commit
cfa38df528
@ -947,7 +947,8 @@ bool GCS_MAVLINK::stream_trigger(enum streams stream_num)
|
||||
|
||||
// send at a much lower rate while handling waypoints and
|
||||
// parameter sends
|
||||
if (waypoint_receiving || _queued_parameter != NULL) {
|
||||
if ((stream_num != STREAM_PARAMS) &&
|
||||
(waypoint_receiving || _queued_parameter != NULL)) {
|
||||
rate *= 0.25;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user