mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
hwdef: add DPS280 to baros present on FlyWooF745
This commit is contained in:
parent
72016df914
commit
f282c8db65
@ -149,9 +149,11 @@ define HAL_DEFAULT_INS_FAST_SAMPLE 1
|
||||
# one BARO
|
||||
BARO BMP280 I2C:0:0x76
|
||||
BARO SPL06 I2C:0:0x76
|
||||
BARO DPS310 I2C:0:0x76
|
||||
define AP_BARO_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_BARO_SPL06_ENABLED 1
|
||||
define AP_BARO_BMP280_ENABLED 1
|
||||
define AP_BARO_DPS280_ENABLED 1
|
||||
|
||||
# setup for OSD
|
||||
define OSD_ENABLED 1
|
||||
|
Loading…
Reference in New Issue
Block a user