forked from Archive/PX4-Autopilot
ROMFS: enable use of px4flow sensor with pixracer
This commit is contained in:
parent
7ae749090b
commit
d37a927cdb
|
@ -647,6 +647,12 @@ then
|
|||
px4flow start &
|
||||
fi
|
||||
|
||||
if ver hwcmp PX4FMU_V4
|
||||
then
|
||||
# Check for flow sensor - as it is a background task, launch it last
|
||||
px4flow start &
|
||||
fi
|
||||
|
||||
if ver hwcmp MINDPX_V2
|
||||
then
|
||||
#mindxp also need flow
|
||||
|
|
Loading…
Reference in New Issue