mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -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
@ -186,7 +186,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef SONAR_TYPE
|
||||
# define SONAR_TYPE MAX_SONAR_LV // MAX_SONAR_XL,
|
||||
# define SONAR_TYPE MAX_SONAR_LV // MAX_SONAR_XL,
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@ -223,7 +223,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef SONAR_TRIGGER
|
||||
# define SONAR_TRIGGER 60 // trigger distance in cm
|
||||
# define SONAR_TRIGGER 60 // trigger distance in cm
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@ -236,7 +236,7 @@
|
||||
#if HIL_MODE != HIL_MODE_DISABLED // we are in HIL mode
|
||||
# undef GPS_PROTOCOL
|
||||
# define GPS_PROTOCOL GPS_PROTOCOL_NONE
|
||||
|
||||
|
||||
#undef CONFIG_SONAR
|
||||
#define CONFIG_SONAR DISABLED
|
||||
#endif
|
||||
@ -892,7 +892,7 @@
|
||||
|
||||
// delay to prevent Xbee bricking, in milliseconds
|
||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||
#endif
|
||||
|
||||
// use this to disable gen-fencing
|
||||
|
@ -1058,7 +1058,7 @@
|
||||
|
||||
// delay to prevent Xbee bricking, in milliseconds
|
||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -818,7 +818,7 @@
|
||||
|
||||
// delay to prevent Xbee bricking, in milliseconds
|
||||
#ifndef MAVLINK_TELEMETRY_PORT_DELAY
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 2000
|
||||
# define MAVLINK_TELEMETRY_PORT_DELAY 6000
|
||||
#endif
|
||||
|
||||
// use this to disable geo-fencing
|
||||
|
Loading…
Reference in New Issue
Block a user