mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Unified Target: add baro sensor auto detect feature for IFF4 boards.
This commit is contained in:
parent
ab4328f293
commit
9f08bc63ea
1 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,8 @@ serial 1 64 115200 57600 0 115200
|
||||||
# master
|
# master
|
||||||
set gyro_to_use = BOTH
|
set gyro_to_use = BOTH
|
||||||
set mag_hardware = NONE
|
set mag_hardware = NONE
|
||||||
set baro_hardware = NONE
|
set baro_bustype = I2C
|
||||||
|
set baro_i2c_device = 1
|
||||||
set serialrx_provider = SBUS
|
set serialrx_provider = SBUS
|
||||||
set blackbox_device = SPIFLASH
|
set blackbox_device = SPIFLASH
|
||||||
set dshot_burst = ON
|
set dshot_burst = ON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue