hwdef: add DPS280 to baros present on FlyWooF745

This commit is contained in:
Tdogb 2023-03-06 20:53:28 -05:00 committed by Andrew Tridgell
parent 72016df914
commit f282c8db65
1 changed files with 2 additions and 0 deletions

View File

@ -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