Skip to content

Added a new feature to allow the mavlink parser to accept packets with CRC errors.

Eric Katzfey requested to merge eric-allow-crc-failures into master

Added a new feature to allow the mavlink parser to accept packets with failing CRCs. This feature is enabled via a new argument to the init function.

Merge request reports