mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 13:31:27 +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:
committed by
David Sidrane
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
|
||||
|
||||
Reference in New Issue
Block a user