We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74552f5 commit 15e2385Copy full SHA for 15e2385
lib/MAVLink/MAVLink.h
@@ -10,7 +10,7 @@ constexpr size_t MAVLINK_BUF_SIZE = 16;
10
// Threshold at which we will flush the buffer
11
constexpr size_t MAVLINK_BUF_THRESHOLD = MAVLINK_BUF_SIZE / 2;
12
// Timeout for flushing the buffer in ms
13
-constexpr size_t MAVLINK_BUF_TIMEOUT = 500;
+constexpr size_t MAVLINK_BUF_TIMEOUT = 100;
14
15
typedef struct {
16
uint32_t packets_downlink; // packets from the aircraft
0 commit comments