Enable mpu9250’s magnetometer on fmu-v4

This commit is contained in:
Oleg Kalachev 2022-02-03 15:03:04 +03:00 committed by Daniel Agar
parent dce067df83
commit 21b78f9d05
1 changed files with 1 additions and 1 deletions

View File

@ -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