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:
Craig Elder 2012-08-28 20:09:10 -07:00
parent 2ad6dcb7c4
commit 4ad516c445
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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