mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
CONFIG: Add BMP280 to TMOTORF7 (#12528)
Add BARO_SPI_BMP280 to TMOTORF7
This commit is contained in:
parent
f2972b4f3d
commit
acfc558ae4
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,8 @@
|
|||
#define USE_ACC_SPI_ICM42688P
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#define USE_ACC_SPI_MPU6500
|
||||
#define USE_BARO
|
||||
#define USE_BARO_SPI_BM280
|
||||
#define USE_FLASH
|
||||
#define USE_FLASH_M25P16
|
||||
|
||||
|
@ -102,7 +104,6 @@
|
|||
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_2)
|
||||
#define USE_BARO
|
||||
#define BARO_SPI_INSTANCE SPI3
|
||||
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
|
||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue