Skip to content

Commit ac87f03

Browse files
sugaarKhaslinghuis
andauthored
add new sensors to target for Hobbywing (#838)
* rename target for Hobbywing * Update board_name * Revert "rename target for Hobbywing" This reverts commit 2e203ac. * Update config.h ADDING NEW sensors to the target * Update config.h revert name change --------- Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 95b1058 commit ac87f03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/HOBBYWING_XROTORF7CONV/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828

2929
#define USE_ACC
3030
#define USE_ACC_SPI_MPU6500
31+
#define USE_ACC_SPI_ICM42688P
3132
#define USE_GYRO
3233
#define USE_GYRO_SPI_MPU6500
34+
#define USE_GYRO_SPI_ICM42688P
35+
#define USE_BARO_DPS310
3336
#define USE_BARO_BMP280
3437
#define USE_FLASH
3538
#define USE_FLASH_W25Q128FV

0 commit comments

Comments
 (0)