1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fixed BEEROTORF4 / KROOZX target for 3.1.7.

This commit is contained in:
Michael Keller 2017-03-23 11:39:03 +13:00 committed by borisbstyle
parent e2ac3a95ad
commit 806a834480
3 changed files with 4 additions and 3 deletions

View file

@ -143,7 +143,8 @@
#define LED_STRIP
#define TRANSPONDER
// Disabled to make BEEROTORF4 build in 3.1.7
//#define TRANSPONDER
#define DEFAULT_FEATURES ( FEATURE_BLACKBOX | FEATURE_SDCARD | FEATURE_TELEMETRY | FEATURE_OSD | FEATURE_AIRMODE )
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL

View file

@ -36,6 +36,7 @@ void targetConfiguration(master_t *config)
config->batteryConfig.currentMeterOffset = CURRENT_OFFSET;
config->barometerConfig.baro_hardware = 0;
config->compassConfig.mag_hardware = 0;
config->osdConfig.item_pos[OSD_MAIN_BATT_VOLTAGE] = OSD_POS(12, 1) | VISIBLE_FLAG;
// Disabled to make it build for 3.1.7
// config->osdConfig.item_pos[OSD_MAIN_BATT_VOLTAGE] = OSD_POS(12, 1) | VISIBLE_FLAG;
}
#endif

View file

@ -189,7 +189,6 @@
#define SENSORS_SET (SENSOR_ACC)
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
#define DEFAULT_FEATURES (FEATURE_BLACKBOX | FEATURE_VBAT)
#define AVOID_UART1_FOR_PWM_PPM
#if defined(CL_RACINGF4)