mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
fmu-v6x: disable external baro ms5611 (#23650)
Otherwise, this will conflict with the MS5525DSO airspeed sensor.
This commit is contained in:
@@ -168,8 +168,8 @@ else
|
|||||||
bmp388 -X start
|
bmp388 -X start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Baro on I2C3
|
# Don't try to start external baro on I2C3 as it can conflict with the MS5525DSO airspeed sensor.
|
||||||
ms5611 -X start
|
#ms5611 -X start
|
||||||
|
|
||||||
unset INA_CONFIGURED
|
unset INA_CONFIGURED
|
||||||
unset HAVE_PM2
|
unset HAVE_PM2
|
||||||
|
|||||||
Reference in New Issue
Block a user