Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configs/HOBBYWING_XROTORF7CONV/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define USE_ACC
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_ICM42688P
#define USE_ACCGYRO_LSM6DSV16X
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_ICM42688P
Expand Down
2 changes: 2 additions & 0 deletions configs/HWH7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#define USE_GYRO
#define USE_GYRO_SPI_ICM42688P

#define USE_ACCGYRO_LSM6DSV16X

//barometer
#define USE_BARO
#define USE_BARO_DPS310
Expand Down