Skip to content
Snippets Groups Projects
Commit 94924571 authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Randy Mackay
Browse files

GCS_MAVLink: increase max packet size to 104

this enables the DATA96 packet to be sent
parent e30f4bf1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
// this allows us to make mavlink_message_t much smaller. It means we
// can't support the largest messages in common.xml, but we don't need
// those for APM
#define MAVLINK_MAX_PAYLOAD_LEN 96
#define MAVLINK_MAX_PAYLOAD_LEN 104
#define MAVLINK_COMM_NUM_BUFFERS 2
#include "include/mavlink/v1.0/mavlink_types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment