mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
px4_fmu-v5x:Newer HW Start BARRO on bus 2
This commit is contained in:
parent
6bab917a3d
commit
c8426da50d
@ -64,11 +64,11 @@ ist8310 -X -b 1 -R 10 start
|
||||
if param compare SENS_INT_BARO_EN 1
|
||||
then
|
||||
bmp388 -I -a 0x77 start
|
||||
if ver hwtypecmp V5X91 V5Xa1
|
||||
if ver hwtypecmp V5X00 V5X90 V5Xa0
|
||||
then
|
||||
bmp388 -X -b 2 start
|
||||
else
|
||||
bmp388 -I start
|
||||
else
|
||||
bmp388 -X -b 2 start
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user