mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
aerofc: disable internal compass (#6485)
It uses a shared I2C bus with MS65611 which causes noise on the baro reads. This will rely on the external compass instead of the internal one.
This commit is contained in:
parent
899e406005
commit
d6ef703fa4
@ -289,11 +289,6 @@ then
|
||||
then
|
||||
fi
|
||||
|
||||
# Internal compass
|
||||
if hmc5883 -I -R 4 start
|
||||
then
|
||||
fi
|
||||
|
||||
# Possible external compasses
|
||||
if hmc5883 -X start
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user