Skip to content

Commit

Permalink
CONFIG: add BMP280 to SKYSTARSH7HD (betaflight#12518)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored and davidbitton committed Feb 5, 2024
1 parent 8a40f3d commit a874ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/SKYSTARSH7HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#define USE_GYRO
#define USE_ACC
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down Expand Up @@ -128,7 +130,6 @@
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
//TODO #define MAG_BUSTYPE I2C
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down

0 comments on commit a874ac7

Please sign in to comment.