forked from Archive/PX4-Autopilot
MAVLink app: Increase max data rate
This commit is contained in:
parent
44eff36819
commit
b1b555ceb6
|
@ -95,7 +95,7 @@
|
|||
static const int ERROR = -1;
|
||||
|
||||
#define DEFAULT_DEVICE_NAME "/dev/ttyS1"
|
||||
#define MAX_DATA_RATE 1000000 ///< max data rate in bytes/s
|
||||
#define MAX_DATA_RATE 10000000 ///< max data rate in bytes/s
|
||||
#define MAIN_LOOP_DELAY 10000 ///< 100 Hz @ 1000 bytes/s data rate
|
||||
#define FLOW_CONTROL_DISABLE_THRESHOLD 40 ///< picked so that some messages still would fit it.
|
||||
|
||||
|
|
Loading…
Reference in New Issue