Skip to content

Commit

Permalink
fmu-v6x: disable external baro ms5611 (PX4#23650)
Browse files Browse the repository at this point in the history
Otherwise, this will conflict with the MS5525DSO airspeed sensor.
  • Loading branch information
julianoes authored Oct 10, 2024
1 parent 01888a3 commit fd2b3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/px4/fmu-v6x/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ else
bmp388 -X start
fi

# Baro on I2C3
ms5611 -X start
# Don't try to start external baro on I2C3 as it can conflict with the MS5525DSO airspeed sensor.
#ms5611 -X start

unset INA_CONFIGURED
unset HAVE_PM2

0 comments on commit fd2b3ae

Please sign in to comment.