mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Fix Incorrect Gyro Setting For SP Racing H7 Ex
The SP Racing H7 Extreme has two gyros and should use both by default. This PR makes this change.
This commit is contained in:
parent
714f27b2de
commit
23dd915f1b
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ dma pin B01 0
|
|||
# pin B01: DMA1 Stream 0 Request 26
|
||||
|
||||
# master
|
||||
set gyro_to_use = FIRST
|
||||
set gyro_to_use = BOTH
|
||||
set mag_bustype = I2C
|
||||
set mag_i2c_device = 1
|
||||
set mag_i2c_address = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue