Skip to content

Commit

Permalink
Add SPA06 and SPL07 baro support for Kakute series FC
Browse files Browse the repository at this point in the history
  • Loading branch information
jamming committed Nov 7, 2024
1 parent 4553148 commit 8b1e81d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/KAKUTEF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_ACC_SPI_ICM20689
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF4V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define USE_GYRO_SPI_MPU6000
#define USE_ACC_SPI_MPU6000
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_MAX7456
#define USE_SDCARD

Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF7HDV/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_SDCARD

#define BEEPER_PIN PD15
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF7MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_GYRO_SPI_ICM20689
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF7MINIV3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_GYRO_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEF7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_MAX7456
#define USE_SDCARD

Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEH7MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define USE_ACC_SPI_ICM42688P
#define USE_ACCGYRO_BMI270
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25N01G
#define USE_FLASH_W25Q128FV
Expand Down
1 change: 1 addition & 0 deletions configs/KAKUTEH7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#define USE_ACC
#define USE_ACCGYRO_BMI270
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25N01G
#define USE_MAX7456
Expand Down

0 comments on commit 8b1e81d

Please sign in to comment.