mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Arducopter: increased MAVLINK delay to 6s to reduce the chance of xBee bricking
Arduplane: increased MAVLINK delay to 6s to reduce the chance of xBee bricking Ardurover: increased MAVLINK delay to 6s to reduce the chance of xBee bricking
This commit is contained in:
parent
2ad6dcb7c4
commit
4ad516c445
@ -892,7 +892,7 @@
|
|||||||
|
|
||||||
// delay to prevent Xbee bricking, in milliseconds
|
// delay to prevent Xbee bricking, in milliseconds
|
||||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// use this to disable gen-fencing
|
// use this to disable gen-fencing
|
||||||
|
@ -1058,7 +1058,7 @@
|
|||||||
|
|
||||||
// delay to prevent Xbee bricking, in milliseconds
|
// delay to prevent Xbee bricking, in milliseconds
|
||||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -818,7 +818,7 @@
|
|||||||
|
|
||||||
// delay to prevent Xbee bricking, in milliseconds
|
// delay to prevent Xbee bricking, in milliseconds
|
||||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// use this to disable geo-fencing
|
// use this to disable geo-fencing
|
||||||
|
Loading…
Reference in New Issue
Block a user