mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
CONFIG: Add BMP280 + W25Q128FV to AIRF7 (#12630)
This commit is contained in:
parent
f42355953a
commit
d063514e1d
1 changed files with 4 additions and 1 deletions
|
@ -32,6 +32,10 @@
|
||||||
#define USE_GYRO
|
#define USE_GYRO
|
||||||
#define USE_GYRO_SPI_MPU6500
|
#define USE_GYRO_SPI_MPU6500
|
||||||
#define USE_GYRO_SPI_MPU6000
|
#define USE_GYRO_SPI_MPU6000
|
||||||
|
#define USE_BARO
|
||||||
|
#define USE_BARO_BMP280
|
||||||
|
#define USE_FLASH
|
||||||
|
#define USE_FLASH_W25Q128FV
|
||||||
#define USE_MAX7456
|
#define USE_MAX7456
|
||||||
|
|
||||||
#define BEEPER_PIN PB2
|
#define BEEPER_PIN PB2
|
||||||
|
@ -80,7 +84,6 @@
|
||||||
|
|
||||||
#define ADC1_DMA_OPT 1
|
#define ADC1_DMA_OPT 1
|
||||||
|
|
||||||
#define USE_BARO
|
|
||||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||||
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
|
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
|
||||||
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
|
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue