Putting GPS back in - but disabling MAG on NAZE.

This commit is contained in:
blckmn 2017-01-10 14:50:47 +11:00
parent d4f7e6b9fd
commit f292dffac0
2 changed files with 4 additions and 1 deletions

View File

@ -106,9 +106,11 @@
#define USE_BARO_BMP085 #define USE_BARO_BMP085
#define USE_BARO_BMP280 #define USE_BARO_BMP280
/*
#define MAG #define MAG
#define USE_MAG_HMC5883 #define USE_MAG_HMC5883
#define MAG_HMC5883_ALIGN CW180_DEG #define MAG_HMC5883_ALIGN CW180_DEG
*/
//#define SONAR //#define SONAR
//#define SONAR_TRIGGER_PIN PB0 //#define SONAR_TRIGGER_PIN PB0

View File

@ -81,6 +81,7 @@
#if (FLASH_SIZE > 64) #if (FLASH_SIZE > 64)
#define BLACKBOX #define BLACKBOX
#define GPS
#define TELEMETRY #define TELEMETRY
#define TELEMETRY_FRSKY #define TELEMETRY_FRSKY
#define TELEMETRY_HOTT #define TELEMETRY_HOTT
@ -92,7 +93,6 @@
#endif #endif
#if (FLASH_SIZE > 128) #if (FLASH_SIZE > 128)
#define GPS
#define CMS #define CMS
#define USE_DASHBOARD #define USE_DASHBOARD
#define USE_MSP_DISPLAYPORT #define USE_MSP_DISPLAYPORT
@ -109,3 +109,4 @@
#else #else
#define SKIP_CLI_COMMAND_HELP #define SKIP_CLI_COMMAND_HELP
#endif #endif