mirror of https://github.com/ArduPilot/ardupilot
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
|
# one BARO
|
||||||
BARO BMP280 I2C:0:0x76
|
BARO BMP280 I2C:0:0x76
|
||||||
BARO SPL06 I2C:0:0x76
|
BARO SPL06 I2C:0:0x76
|
||||||
|
BARO DPS310 I2C:0:0x76
|
||||||
define AP_BARO_BACKEND_DEFAULT_ENABLED 0
|
define AP_BARO_BACKEND_DEFAULT_ENABLED 0
|
||||||
define AP_BARO_SPL06_ENABLED 1
|
define AP_BARO_SPL06_ENABLED 1
|
||||||
define AP_BARO_BMP280_ENABLED 1
|
define AP_BARO_BMP280_ENABLED 1
|
||||||
|
define AP_BARO_DPS280_ENABLED 1
|
||||||
|
|
||||||
# setup for OSD
|
# setup for OSD
|
||||||
define OSD_ENABLED 1
|
define OSD_ENABLED 1
|
||||||
|
|
Loading…
Reference in New Issue