Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DAKE target #1267

Merged
merged 4 commits into from
Mar 11, 2024
Merged
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
2 changes: 2 additions & 0 deletions configs/default/DAKE-DAKEFPVF405.config
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ serial 1 64 115200 57600 0 115200
serial 2 1024 115200 57600 0 115200

# master
set mag_bustype = I2C
set mag_i2c_device = 1
set baro_spi_device = 2
set serialrx_provider = SBUS
set adc_device = 2
Expand Down
6 changes: 6 additions & 0 deletions configs/default/DAKE-DAKEFPVF722.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_MPU6500
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_SPI_BMP280
#define USE_BARO_SPI_DPS310
Expand Down Expand Up @@ -38,6 +40,8 @@ resource SERIAL_RX 3 B11
resource SERIAL_RX 4 A01
resource SERIAL_RX 5 D02
resource SERIAL_RX 6 C07
resource I2C_SCL 1 B08
resource I2C_SDA 1 B09
resource LED 1 C14
resource LED 2 C15
resource SPI_SCK 1 A05
Expand Down Expand Up @@ -114,6 +118,8 @@ serial 1 64 115200 57600 0 115200
serial 2 1024 115200 57600 0 115200

# master
set mag_bustype = I2C
set mag_i2c_device = 1
set baro_spi_device = 2
set baro_bustype = SPI
set serialrx_provider = SBUS
Expand Down
Loading