1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

CONFIG: Add BMP280 to GEPRCF722 (#12491)

This commit is contained in:
Mark Haslinghuis 2023-03-09 20:39:35 +01:00 committed by GitHub
parent 567298895c
commit 4e4b63b0e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,8 @@
#define USE_ACC_SPI_MPU6000 #define USE_ACC_SPI_MPU6000
#define USE_GYRO #define USE_GYRO
#define USE_GYRO_SPI_MPU6000 #define USE_GYRO_SPI_MPU6000
#define USE_BARO
#define USE_BARO_BMP280
#define USE_FLASH_W25Q128FV #define USE_FLASH_W25Q128FV
#define USE_MAX7456 #define USE_MAX7456