Skip to content

Commit

Permalink
CONFIG: Add BARO_SPI_BMP280 to FRSKYF4 (betaflight#12649)
Browse files Browse the repository at this point in the history
Add BARO_SPI_BMP280 to FRSKYF4

Fixes: betaflight#12642
  • Loading branch information
haslinghuis authored and davidbitton committed Feb 5, 2024
1 parent 07640b5 commit 12d7609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/FRSKYF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#define USE_GYRO_SPI_MPU6000
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_MAX7456
#define USE_SDCARD

Expand Down Expand Up @@ -96,7 +98,6 @@
#define SPI2_TX_DMA_OPT 0
#define ADC1_DMA_OPT 1

#define USE_BARO
#define BARO_SPI_INSTANCE SPI3

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Expand Down

0 comments on commit 12d7609

Please sign in to comment.