mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Putting GPS back in - but disabling MAG on NAZE.
This commit is contained in:
parent
d4f7e6b9fd
commit
f292dffac0
2 changed files with 4 additions and 1 deletions
|
@ -106,9 +106,11 @@
|
|||
#define USE_BARO_BMP085
|
||||
#define USE_BARO_BMP280
|
||||
|
||||
/*
|
||||
#define MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define MAG_HMC5883_ALIGN CW180_DEG
|
||||
*/
|
||||
|
||||
//#define SONAR
|
||||
//#define SONAR_TRIGGER_PIN PB0
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
#if (FLASH_SIZE > 64)
|
||||
#define BLACKBOX
|
||||
#define GPS
|
||||
#define TELEMETRY
|
||||
#define TELEMETRY_FRSKY
|
||||
#define TELEMETRY_HOTT
|
||||
|
@ -92,7 +93,6 @@
|
|||
#endif
|
||||
|
||||
#if (FLASH_SIZE > 128)
|
||||
#define GPS
|
||||
#define CMS
|
||||
#define USE_DASHBOARD
|
||||
#define USE_MSP_DISPLAYPORT
|
||||
|
@ -109,3 +109,4 @@
|
|||
#else
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue