diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 287575bd4d..d5951c5090 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -786,6 +786,12 @@ then px4flow start & fi + if ver hwcmp PX4FMU_V4PRO + then + # Check for flow sensor - as it is a background task, launch it last + px4flow start & + fi + if ver hwcmp MINDPX_V2 then px4flow start &