1
0
Fork 0
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:
Mark Haslinghuis 2023-03-26 10:48:46 +02:00 committed by GitHub
parent f2972b4f3d
commit acfc558ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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