mirror of https://github.com/ArduPilot/ardupilot
better default config
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1549 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
9d5937db52
commit
a32c082777
|
@ -7,21 +7,19 @@
|
||||||
|
|
||||||
//#define MAGORIENTATION AP_COMPASS_COMPONENTS_UP_PINS_BACK
|
//#define MAGORIENTATION AP_COMPASS_COMPONENTS_UP_PINS_BACK
|
||||||
//#define MAGORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD
|
//#define MAGORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD
|
||||||
|
#define MAGORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD
|
||||||
#define MAGORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD
|
|
||||||
#define ARM_AT_STARTUP 0
|
|
||||||
|
|
||||||
|
|
||||||
// For future development, don't enable unless you know them
|
// For future development, don't enable unless you know them
|
||||||
// These are all experimental and underwork, jp 23-12-10
|
// These are all experimental and underwork, jp 23-12-10
|
||||||
#define ENABLE_EXTRAS ENABLED
|
//#define ENABLE_EXTRAS ENABLED
|
||||||
#define ENABLE_EXTRAINIT ENABLED
|
//#define ENABLE_EXTRAINIT ENABLED
|
||||||
//#define ENABLE_CAM ENABLED
|
//#define ENABLE_CAM ENABLED
|
||||||
#define ENABLE_AM ENABLED
|
//#define ENABLE_AM ENABLED
|
||||||
//#define ENABLE_xx ENABLED
|
//#define ENABLE_xx ENABLED
|
||||||
|
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
#define LOG_CURRENT ENABLED
|
//#define LOG_CURRENT ENABLED
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue