mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
board:fixed ap-h743r1 bmi270 rotation; update internal mag rotation. (#26341)
This commit is contained in:
parent
0676647d8a
commit
2282330102
@ -8,12 +8,12 @@ board_adc start
|
||||
# IMU
|
||||
if ! icm42688p -s -b 1 -R 4 start
|
||||
then
|
||||
bmi270 -s -b 1 -R 4 start
|
||||
bmi270 -s -b 1 -R 2 start
|
||||
fi
|
||||
|
||||
if ! icm42688p -s -b 4 -R 4 start
|
||||
then
|
||||
bmi270 -s -b 4 -R 4 start
|
||||
bmi270 -s -b 4 -R 2 start
|
||||
fi
|
||||
|
||||
# baro
|
||||
@ -23,4 +23,4 @@ then
|
||||
fi
|
||||
|
||||
# internal mag
|
||||
qmc5883p -I -R 2 start
|
||||
qmc5883p -I -R 4 start
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user