1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

update unified configs

i see the unified targets are now downloadable ... so i update the config to bf 4.1.0 firmware
This commit is contained in:
TheIsotopes 2019-09-08 09:14:10 +02:00 committed by GitHub
parent 1aa15b03d1
commit 1fb41024e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 276 additions and 254 deletions

View file

@ -1,4 +1,4 @@
# Betaflight / STM32F405 (S405) 4.0.4 Jun 30 2019 / 14:58:15 (f3a95efa3) MSP API: 1.41
# Betaflight / STM32F405 (S405) 4.1.0 Sep 8 2019 / 01:17:40 (f331cb3dd) MSP API: 1.42
board_name MATEKF405MINI
manufacturer_id MTKS
@ -102,11 +102,20 @@ dma pin A00 0
dma pin A01 0
# pin A01: DMA1 Stream 4 Channel 6
# feature
feature -RX_PARALLEL_PWM
feature RX_SERIAL
# serial
serial 1 64 115200 57600 0 115200
# master
set mag_bustype = I2C
set mag_i2c_device = 1
set mag_hardware = NONE
set baro_bustype = I2C
set baro_i2c_device = 1
set baro_hardware = NONE
set blackbox_device = SPIFLASH
set dshot_burst = ON
set current_meter = ADC
@ -121,3 +130,4 @@ set flash_spi_bus = 3
set gyro_1_bustype = SPI
set gyro_1_spibus = 1
set gyro_1_sensor_align = CW180
set gyro_1_align_yaw = 1800

View file

@ -1,4 +1,4 @@
# Betaflight / STM32F7X2 (S7X2) 4.0.4 Jun 30 2019 / 15:00:13 (f3a95efa3) MSP API: 1.41
# Betaflight / STM32F7X2 (S7X2) 4.1.0 Sep 8 2019 / 01:19:23 (f331cb3dd) MSP API: 1.42
board_name MATEKF722MINI
manufacturer_id MTKS
@ -109,11 +109,20 @@ dma pin A01 0
dma pin A00 0
# pin A00: DMA1 Stream 2 Channel 6
# feature
feature -RX_PARALLEL_PWM
feature RX_SERIAL
# serial
serial 1 64 115200 57600 0 115200
# master
set mag_bustype = I2C
set mag_i2c_device = 1
set mag_hardware = NONE
set baro_bustype = I2C
set baro_i2c_device = 1
set baro_hardware = NONE
set blackbox_device = SPIFLASH
set dshot_burst = ON
set current_meter = ADC
@ -127,5 +136,8 @@ set flash_spi_bus = 3
set gyro_1_bustype = SPI
set gyro_1_spibus = 1
set gyro_1_sensor_align = CW180FLIP
set gyro_1_align_pitch = 1800
set gyro_1_align_yaw = 1800
set gyro_2_spibus = 1
set gyro_2_sensor_align = CW90
set gyro_2_align_yaw = 900