mirror of https://github.com/ArduPilot/ardupilot
APM2: default magnetometer to enabled
all APM2s have a MAG at the moment thanks to Chris for the suggestion
This commit is contained in:
parent
ef3c5c071a
commit
968ad78df0
|
@ -66,6 +66,7 @@
|
|||
# define MAG_ORIENTATION AP_COMPASS_APM2_SHIELD
|
||||
# define CONFIG_SONAR_SOURCE SONAR_SOURCE_ANALOG_PIN
|
||||
# define CONFIG_PITOT_SOURCE PITOT_SOURCE_ANALOG_PIN
|
||||
# define MAGNETOMETER ENABLED
|
||||
# ifdef APM2_BETA_HARDWARE
|
||||
# define CONFIG_BARO AP_BARO_BMP085
|
||||
# else // APM2 Production Hardware (default)
|
||||
|
|
Loading…
Reference in New Issue