forked from Archive/PX4-Autopilot
Enable mpu9250’s magnetometer on fmu-v4
This commit is contained in:
parent
dce067df83
commit
21b78f9d05
|
@ -32,5 +32,5 @@ then
|
|||
mpu6500 -s -R 0 start
|
||||
else
|
||||
# mpu9250 internal SPI bus mpu9250
|
||||
mpu9250 -s -R 8 start
|
||||
mpu9250 -s -R 8 -M start
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue