Skip to content

Commit

Permalink
update gyro to icm42688p for StellarF4 target (betaflight#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetaevvitaliy authored Dec 6, 2024
1 parent 283a21f commit 6fb1ac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/STELLARF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@
#define BOARD_NAME STELLARF4
#define MANUFACTURER_ID STBE

#define TARGET_BOARD_IDENTIFIER "STF4"
#define USBD_PRODUCT_STRING "StingBee Stellar F4"

#define USE_ACC
#define USE_BARO
#define USE_FLASH
#define USE_GYRO

#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH_M25P16
Expand Down

0 comments on commit 6fb1ac2

Please sign in to comment.