Browse Source

Copter: Reduce prearm alt disparity check back to 1m

master
Jonathan Challinger 11 years ago committed by Randy Mackay
parent
commit
5fc02bdbc4
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -324,7 +324,7 @@
// pre-arm baro vs inertial nav max alt disparity // pre-arm baro vs inertial nav max alt disparity
#ifndef PREARM_MAX_ALT_DISPARITY_CM #ifndef PREARM_MAX_ALT_DISPARITY_CM
# define PREARM_MAX_ALT_DISPARITY_CM 200 // barometer and inertial nav altitude must be within this many centimeters # define PREARM_MAX_ALT_DISPARITY_CM 100 // barometer and inertial nav altitude must be within this many centimeters
#endif #endif
// pre-arm check max velocity // pre-arm check max velocity

Loading…
Cancel
Save