forked from Archive/PX4-Autopilot
fmu-v6xrt: Move external BMP388 outside of config parameter determination
This commit is contained in:
parent
e79f6b2ac1
commit
b24d9bf009
|
@ -84,6 +84,8 @@ ist8310 -X -b 1 -R 10 start
|
|||
if param compare SENS_INT_BARO_EN 1
|
||||
then
|
||||
bmp388 -I -b 3 -a 0x77 start
|
||||
bmp388 -X -b 2 start
|
||||
fi
|
||||
|
||||
bmp388 -X -b 2 start
|
||||
|
||||
unset HAVE_PM2
|
||||
|
|
Loading…
Reference in New Issue