mirror of https://github.com/ArduPilot/ardupilot
Arducopter - added "//#define APM2_BETA_HARDWARE" to AP_Config.h for developer's who received early version of the board with the old barometer
This commit is contained in:
parent
e7568db237
commit
310f072d50
|
@ -66,6 +66,7 @@
|
|||
|
||||
// enable this for the new 'APM2' hardware
|
||||
// #define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
|
||||
// #define APM2_BETA_HARDWARE // for developers who received an early beta board with the older BMP085
|
||||
|
||||
#define LOITER_METHOD 0
|
||||
// set to 1 to try an alternative Loiter control method
|
||||
|
|
Loading…
Reference in New Issue