1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Fixed Unified Target Configuration for DYSF4PRO. (#8406)

Fixed Unified Target Configuration for DYSF4PRO.
This commit is contained in:
Michael Keller 2019-06-12 13:22:49 +12:00 committed by GitHub
commit d11a46c682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Betaflight / DYSF4PRO (DYS4) 4.0.0 Mar 6 2019 / 14:00:51 (54f967c71) MSP API: 1.41 # Betaflight / STM32F405 (S405) 4.1.0 Jun 9 2019 / 12:50:34 (43e90da1b) MSP API: 1.42
board_name DYSF4PRO board_name DYSF4PRO
manufacturer_id DYST manufacturer_id DYST
@ -104,39 +104,22 @@ dma pin A10 0
# pin A10: DMA2 Stream 6 Channel 0 # pin A10: DMA2 Stream 6 Channel 0
# master # master
set gyro_to_use = FIRST
set align_mag = DEFAULT
set mag_bustype = I2C set mag_bustype = I2C
set mag_i2c_device = 2 set mag_i2c_device = 2
set mag_i2c_address = 0
set mag_spi_device = 0
set baro_bustype = I2C set baro_bustype = I2C
set baro_spi_device = 0
set baro_i2c_device = 2 set baro_i2c_device = 2
set baro_i2c_address = 0
set adc_device = 2 set adc_device = 2
set blackbox_device = SPIFLASH
set dshot_burst = ON set dshot_burst = ON
set current_meter = ADC set current_meter = ADC
set battery_meter = ADC set battery_meter = ADC
set ibata_scale = 400
set beeper_inversion = ON set beeper_inversion = ON
set beeper_od = OFF set beeper_od = OFF
set system_hse_mhz = 8 set system_hse_mhz = 8
set max7456_clock = DEFAULT
set max7456_spi_bus = 3 set max7456_spi_bus = 3
set max7456_preinit_opu = OFF
set led_inversion = 0
set dashboard_i2c_bus = 2 set dashboard_i2c_bus = 2
set dashboard_i2c_addr = 60
set usb_msc_pin_pullup = ON
set flash_spi_bus = 3 set flash_spi_bus = 3
set gyro_1_bustype = SPI set gyro_1_bustype = SPI
set gyro_1_spibus = 1 set gyro_1_spibus = 1
set gyro_1_i2cBus = 0
set gyro_1_i2c_address = 0
set gyro_1_sensor_align = CW180 set gyro_1_sensor_align = CW180
set gyro_2_bustype = SPI
set gyro_2_spibus = 1 set gyro_2_spibus = 1
set gyro_2_i2cBus = 0
set gyro_2_i2c_address = 0
set gyro_2_sensor_align = DEFAULT