mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
ROMFS: enable use of px4flow sensor with pixracer
This commit is contained in:
@@ -647,6 +647,12 @@ then
|
|||||||
px4flow start &
|
px4flow start &
|
||||||
fi
|
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
|
if ver hwcmp MINDPX_V2
|
||||||
then
|
then
|
||||||
#mindxp also need flow
|
#mindxp also need flow
|
||||||
|
|||||||
Reference in New Issue
Block a user