Skip to content

Commit

Permalink
Add some definition of BARO (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
YI-BOYANG authored Sep 10, 2024
1 parent ddb24b3 commit bd76d03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/GEPRCF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
Expand Down
1 change: 1 addition & 0 deletions configs/GEPRCF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_GYRO_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/GEPRCF722_BT_HD_V3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define USE_GYRO
#define USE_GYRO_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_SDCARD
#define USE_MAX7456
Expand Down

0 comments on commit bd76d03

Please sign in to comment.