diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 6047560206..9d6f2ca348 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -301,7 +301,7 @@ // pre-arm baro vs inertial nav max alt disparity #ifndef PREARM_MAX_ALT_DISPARITY_CM - # define PREARM_MAX_ALT_DISPARITY_CM 100 // barometer and inertial nav altitude must be within this many centimeters + # define PREARM_MAX_ALT_DISPARITY_CM 200 // barometer and inertial nav altitude must be within this many centimeters #endif // pre-arm check max velocity