Skip to content

Commit

Permalink
add baro to foxeer targets (#556)
Browse files Browse the repository at this point in the history
add #define USE_BARO_BMP280
to foxeer targets
  • Loading branch information
sugaarK authored Sep 3, 2024
1 parent b741ddc commit 2016376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/FOXEERF405V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define USE_GYRO_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_BARO_BMP280
#define USE_FLASH
#define USE_FLASH_M25P16
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/FOXEERF722V4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_BARO_BMP280
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down

0 comments on commit 2016376

Please sign in to comment.