forked from Archive/PX4-Autopilot
v6x: use param SENS_INT_BARO_EN to start internal bmp388
This commit is contained in:
parent
987de56af2
commit
e5255b173a
|
@ -104,7 +104,7 @@ else
|
|||
bmp388 -I -a 0x77 start
|
||||
fi
|
||||
|
||||
if ver hwtypecmp V6X000000 V6X001000
|
||||
if param compare SENS_INT_BARO_EN 1
|
||||
then
|
||||
bmp388 -I start
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue