mavlink / mavlink-devguide

MAVLink Developer Guide
http://mavlink.io
Other
110 stars 135 forks source link

ftp: clarify size during burst #519

Closed julianoes closed 11 months ago

julianoes commented 11 months ago

It turns out the docs don't reflect the implementations out in the wild.

The size field of a burst transfer is used to set the size per burst, so 1..239 rather than specifiying the overall file size to burst read.

As discussed in https://github.com/mavlink/mavlink/issues/2052.

julianoes commented 11 months ago

Thanks for the review @hamishwillee!

hamishwillee commented 11 months ago

Excellent. All good then. Thanks.