Skip to content

Commit

Permalink
Update config.h (#453)
Browse files Browse the repository at this point in the history
The latest FC contains the ICM42688P gyroscope, but the target lacks definitions. Add ICM42688P definitions
  • Loading branch information
HGLRC-T authored Jun 5, 2024
1 parent 6291b16 commit 602b1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/HGLRCF405V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@

#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_ICM42688P
#define USE_MAX7456

#define BEEPER_PIN PB8
Expand Down

0 comments on commit 602b1f8

Please sign in to comment.