1
0
Fork 0
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:
Mark Haslinghuis 2023-04-10 20:46:27 +02:00 committed by GitHub
parent f42355953a
commit d063514e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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