mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: Matek F303 and F405 AP_Periph use DSP310 baro
This commit is contained in:
parent
3cf1b9444f
commit
97c2b7228e
|
@ -138,7 +138,7 @@ define CAN_APP_NODE_NAME "org.ardupilot.f303_MatekGPS"
|
|||
COMPASS QMC5883L I2C:0:0xd false ROTATION_PITCH_180_YAW_90
|
||||
|
||||
# I2C baro (DPS310)
|
||||
BARO DPS280 I2C:0:0x76
|
||||
BARO DPS310 I2C:0:0x76
|
||||
|
||||
# enable builtin GPS, mag and baro
|
||||
# also allow for airspeed on i2c port, and rangefinder on MSP port
|
||||
|
|
|
@ -181,7 +181,7 @@ COMPASS QMC5883L I2C:0:0xd false ROTATION_PITCH_180_YAW_90
|
|||
define HAL_PERIPH_ENABLE_BARO
|
||||
define HAL_BARO_ALLOW_INIT_NO_BARO
|
||||
|
||||
BARO DPS280 I2C:0:0x76
|
||||
BARO DPS310 I2C:0:0x76
|
||||
|
||||
|
||||
# ------------------ I2C airspeed -------------------------
|
||||
|
|
Loading…
Reference in New Issue