Skip to content

Commit

Permalink
Add compatible sensors for KakuteH7 (betaflight#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamming authored Oct 11, 2024
1 parent d3ae7be commit fdaf04f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/KAKUTEH7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@

#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_ICM42688P
#define USE_ACCGYRO_BMI270
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_MAX7456
#define USE_SDCARD

Expand Down

0 comments on commit fdaf04f

Please sign in to comment.